Skip to content

Run & deploy

Pavel Serikov edited this page Mar 10, 2017 · 3 revisions

Installation

1. Install mongodb

https://docs.mongodb.com/manual/installation/

Make sure that mongod is running

sudo service mongod status
sudo mongod

Without running mongod instance unit tests will fail and you will be unable to install SocialBOM module

2. Clone this repository

git clone [email protected]:pavelsr/SocialBOM.git

3. Run sudo dzil install

I'm using Dist::Zilla for package managing

4. Development mode

Run socialbom to start morbo development server

Components used

  • MongoDB (database)
  • Mojolicious (Perl framework, as backend)
  • AngularJS (Javascript, frontend)
  • Angular UI Grid (Javascript, frontend)
  • Restangular (Javascript, frontend)