-
Notifications
You must be signed in to change notification settings - Fork 2
Run & deploy
Pavel Serikov edited this page Mar 10, 2017
·
3 revisions
https://docs.mongodb.com/manual/installation/
Make sure that mongod
is running
sudo service mongod status
sudo mongod
git clone git@github.com:pavelsr/SocialBOM.git
I'm using Dist::Zilla for package managing
Run socialbom
to start morbo development server
- MongoDB (database)
- Mojolicious (Perl framework, as backend)
- AngularJS (Javascript, frontend)
- Angular UI Grid (Javascript, frontend)
- Restangular (Javascript, frontend)