10000 README.md update · githubcs/baasbox@6d501dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d501dd

Browse files
committed
README.md update
1 parent 26b7dec commit 6d501dd

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
baasbox
1+
BaasBox
22
=======
33

4-
The BaasBox server
4+
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>
31+
32+
Default credentials are:
33+
34+
+ username: admin
35+
+ passwrod: admin
36+
+ application code: 1234567890

0 commit comments

Comments
 (0)
0