##CronusMaster: CronusPaaS service controller CronusAgent: CronusPaaS agent
###Setup and Dev Instructions
- Install from web
- cd ~; wget -qO- 'http://cronuspaas.github.io/downloads/install_cronusmaster' | bash
- Clone from Git
- Assuming have Java (JDK or most time just JRE) pre-installed.
- Note that for Linux/Mac user: need to chmod +x for play-1.2.4/play
- Run play run ../AgentMaster
- Clone from Git
- Extract to a folder, in command line run: ~/CronusMaster/play-1.2.7/play eclipsify CronusMaster
- Note that for Linux/Mac user: need to chmod +x for play-1.2.7/play
- Import existing project in Eclipse: import the CronusMaster folder.
- Compile errors? Try rebuild and clean: (menu: Project->Clean->Clean all projects
- Run application: under "eclipse" folder: AgentMaster.launch : run as AgentMaster
- Then open browser: localhost:9000
- application.conf : play settings
- actorconfig.conf : Akka settings
- routes : MVC settings as dispatcher