Installation - cybercom-finland/sos-app GitHub Wiki

Development environment

A guide to setup environment is in the Projects' github: https://github.com/cybercom-finland/sos-app/blob/master/MEAN_README.md, you can make github user/password in github by yourself.

Below is one succesfull installation on Windows 8 (named sos-app), after installing node.js and MongoDB (windows programs) and (using npm install in node.js shell) bower, meanio, grunt-cli:

  1. "git clone https://github.com/cybercom-finland/sos-app.git"
  2. "cd sos-app && npm install" (if asked input some angular.js version eg. "5")
  3. Start MongoDB, if not yet started: "C:\MongoDB\bin\mongod.exe --dbpath c:\MongoDB\data\db" (create the db-folder if nessessary)
  4. "grunt", starts the server at http://localhost:3000

Local MongoDB

Load MongoDB and install.

Mongo starts on Windows with eg.: mongod.exe --dbpath c:\MongoDB\data\db (create the db-folder if nessessary)

You can view the contents of your DB with eg. Robomongo.

Editor / Character encoding

Skandinavian letters come wrong with default settings to Eclipse. Atom editor shows them corretly with default settings.