Make the package available through npm.
With a mongod running on standard port with no athentication, we should be able to make something like
npm install node-press --prefix node-press
cd node-press
node tools/createaccount // we should replace that with an in-app wizard later
node index
And you can start to use node-press immediatly.
Make the package available through npm.
With a
mongodrunning on standard port with no athentication, we should be able to make something likenpm install node-press --prefix node-press cd node-press node tools/createaccount // we should replace that with an in-app wizard later node indexAnd you can start to use node-press immediatly.