You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
Christian Smith edited this page Jun 10, 2014
·
4 revisions
Initial development
Install CLI
`$ npm install -g anvil-connect`
Generate a deployment repository
`$ nv init deployment`
Install npm dependencies
`$ npm install`
Configure environments (optional)
`{}`
Initialize development database
`$ nv init db`
Create a privileged user
```
$ open <authorization-uri>
$ nv assign <email> authority
```
Run the server
`$ node server.js`
Customize the server
Deploy to Modulus.io
Complete development steps
Create a project on modulus
Set key pair environment variables. Copy keys/private.pem to the ANVIL_CONNECT_PRIVATE_KEY environment variable. Copy keys/public.pem to the ANVIL_CONNECT_PUBLIC_KEY variable.