Monday, February 23, 2015

SCALA ANGULARJS PLAY MONGO

 How to run Typesafe activator ui from terminal:

This tutorial is mainly shortcuts :)

A. Start Acitvator UI
1. open terminal
2. $cd /Users/andres/Development/Activator/activator-1.2.12
3. $open activator
->Now activator ui running on http://127.0.0.1:8888/

B. Now start mongoDB
1. open terminal
2. $ sudo mongod
3. enter password
 http://docs.mongodb.org/manual/reference/program/mongod/#bin.mongod
-> Now mongodb is running locally

C. Play running: http://localhost:9000/#

Installations:
1. Install node $brew install node
2. Install bower $npm install -g bower
3. Install angular UI Bootstrap: $bower install angular-bootstrap


Reference:
https://typesafe.com/activator/template/modern-web-template

Good tutorial:
http://127.0.0.1:8888/app/modern-web-template/#tutorial/3

No comments:

Post a Comment