seprate jade-press file server
#make sure your mongodb ready
git clone git@github.com:jade-press/jadepress-file-server.git
cd jadepress-file-server
npm install
cp config-sample.js config.js
#read and edit config.js to define all the settings
# need your mongodb ready to connect
node app
MIT