You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BaasBox is an Open Source project that aims to provide a general purpose server for the backend operations required generally by Mobile Apps and RIAs.
5
+
6
+
Further information can be found at [www.baasbox.com](http://www.baasbox.com/"BaasBox site").
7
+
8
+
Build BaasBox
9
+
-------------
10
+
### Prerequisites
11
+
To build BaasBox you need a JDK (not JRE!) (version 6 or above) ([download here](http://www.oracle.com/technetwork/java/javase/downloads/index.html)) and the Play! Framework 2.0.4 ([download here](http://www.playframework.org/download))
12
+
13
+
Once you will have installed the above software following their installation guides, you will be able to build BaasBox.
14
+
15
+
Download the source code from [GitHub](https://github.com/baasbox/baasbox)
16
+
17
+
### Build
18
+
Go to your local BaasBox source code directory and type:
19
+
20
+
`play dist`
21
+
22
+
Play! will build BaasBox and will create a .zip file in the ./dist directory.
23
+
24
+
The .zip file contains all that you need to run BaasBox.
25
+
Unzip it, set the execution permission to the start.sh file and run it.
26
+
If all worked properly, BaasBox will create a new database in the ./DB directory, and will start.
27
+
28
+
To test it go to <http://www.localhost:9000>. The BaasBox should appear.
29
+
30
+
To access to the **Admin Console Panel**, goto <http://www.localhost:9000/console>
0 commit comments