-
write config file make a config.admin.js, config couchAuth for couch login, and registryCouch to couchdb; update =npm= change the registry address;
-
start redis install redis, run:
redis-server dev/redis/redis.conf
-
start elasticsearch install elasticsearch, run:
nohup elasticsearch -Des.config=dev/elasticsearch/elasticsearch.yml -f
-
run npm2es.js after elasticsearch is already started. this will build elasticsearch index:
nohup ./node_modules/npm2es/bin/npm2es.js --couch='couch registry' --es=http://127.0.0.1:9200/npm
-
run server
nohup npm start
Created
October 18, 2013 06:37
-
-
Save villadora/7037339 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment