Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 409 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 409 Bytes

netherwarhead

Install

git clone git@github.com/netherwarhead/netherwarhead
cd netherwarhead
npm install
bower install

Environment variables

Set up the following environment variables (e.g. /etc/environment)

DOCDB_HOST="[YOUR_DOCDB_ENDPOINT_HERE]"
DOCDB_AUTH_KEY="[YOUR_DOCDB_KEY_HERE]"
DOCDB_DATABASE="netherwarhead"
DOCDB_COLLECTION="development"

Start

npm start