Skip to content

NRGI/ResourceProjects.org

Repository files navigation

ResourceProjects

Run Status Coverage Badge Dependancy Badge

##Summary


SUMMARY CONTENT

##Installation


Method 1: Open terminal and run the following commands (requires (node 4)[install node 4] and a running local mongo instance):

	git clone https://github.com/NRGI/ResourceProjects.org
	cd ResourceProjects.org
	npm install -g bower
	npm install
	bower install
	node server.js

Method 2: Install docker. From commande line run:

	docker pull nrgi/resourceprojects.org
	docker run -d -p 80:80 -e DB_ID="<db user name>" -e DB_KEY="<db pass>" -e NODE_ENV="<environment>" nrgi/resourceprojects.org:master

##Tests

###Unit Tests ####Run

$ npm test

##TODO