04/03/2016

Server installation steps

Following instructions should be executed as super-user

Software installation (with apt-get):

* emacs

* htop

* git

* python (2.7 and latest version)

* node

* mongodb

04/03/2016

Server installation steps

Following instructions should be executed as super-user

Cloning some repositories, you'll need:

mongo-express: git clone https://github.com/mongo-express/mongo-express.git

e-receipts API server: https://sm20@bitbucket.org/sm20_corp/e-receipts-server-api-db.git

04/03/2016

Server installation steps

Aaaaand even more software through npm this time:

npm install -g yo grunt-cli gulp-cli bower generator-angular-fullstack

Now install dependencies, go into the root of mongo-express repository with "npm install"

Then do the same in e-receipts-api-server repository

Made with Slides.com