AVnode is a try to have the FLxER website based on MongoDB and NodeJS.
Authors: Gianluca Del Gobbo
config/default.json
to config/local.json
and configure your settingsAVnodeDB.zip
mongorestore with mongorestore --drop -d avnode <directory-of-dumped-backup>
/warehouse
to g.delgobbo@flyer.it (you don't need it to let the app starts)npm install && bower install
npm start
and npm run start:videostranscoder
Want to contribute? Great!!!
For development we use nodemon
to detect changes during developement. Ensure to start both scripts the main app with npm run dev
and our videotranscoding queue worker with npm run dev:videotranscoder
.
git checkout -b my_markup
)git commit -am "Added Snarkdown"
)git push origin my_markup
)