8000 GitHub - githubcs/baasbox at v.0.7.2-a
[go: up one dir, main page]

Skip to content

githubcs/baasbox

8000
 
 

Repository files navigation

BaasBox

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.

Build BaasBox

Prerequisites

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

Build

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

Bitdeli Badge

About

The BaasBox server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 49.5%
  • JavaScript 37.4%
  • CSS 12.7%
  • Other 0.4%
0