BaasBox is an Open Source project that aims to provide a general purpose server for backend operations generally required by Mobile Apps and RIAs.
Further information can be found at www.baasbox.com.
To build BaasBox you need a JDK (not JRE!) (version 6 or above) (download here) and the Play! Framework 2.1.1 (download here)
Once you have installed the above software following their installation guides, you will be able to build BaasBox.
Download the source code from GitHub
Go to your local BaasBox source code directory and type:
play dist
Play! will build BaasBox and will create a .zip file in the ./dist directory.
The .zip file contains everything you need to run BaasBox. Unzip it, set the execution permission to the start.sh file and run it. If everything worked properly, BaasBox will create a new database in the ./DB directory, and it will start.
To test it go to http://www.localhost:9000. BaasBox should appear.
To access to the Admin Console Panel, go to http://www.localhost:9000/console
Default credentials are:
- username: admin
- passwrod: admin
- application code: 1234567890