vvalls ====== ``` +------+ +------+ +------+ +------+ +------+ |`. `. |\ \ | | / /| .' .'| | `+------+ | +------+ +------+ +------+ | +------+' | | | | | | | | | | | | | | | + | | + | | | | | | + | | + `. | | \| | | | | |/ | | .' `+------+ +------+ +------+ +------+ +------+' .+------+ +------+ +------+ +------+ +------+. .' .'| / /| | | |\ \ |`. `. +------+' | +------+ | +------+ | +------+ | `+------+ | | | | | | | | | | | | | | | | + | | + | | + | | + | | | | .' | |/ | | \| | `. | | +------+' +------+ +------+ +------+ `+------+ ``` Installing VValls ================= 1) Install mongodb, nodejs, npm (probably comes with node) and bower 2) `git clone git@github.com:okfocus/vvalls.git` 3) `cd vvalls ; git checkout subscriptions` 4) `npm install` 5) `bower install` 6) `cp config.json.example config.json` 7) Start the mongod server (if it isn't running already) 8) `node server` Server will be running on http://lvh.me:3000/ To give yourself superuser access, visit http://lvh.me:3000/staff/authorize (development mode only)