Install BaasBox on Ubuntu 14.04
Baasbox is server side application that is used for database server. Mobile and backend developers can use this application to store data in database and can create backups. In order to install stable version of Baasbox, you need to download it using the wget command:
$ wget http://www.baasbox.com/download/baasbox-stable.zip
Now unzip the installed bassbox stable version:
$ unzip baasbox-stable.zip
This will going to extract the files into directory bassbox-a.b.c
$ cd baasbox-a.b.c
Now you need to execute the bassbox, you can do this by using start command
$ chmod +x ./start
$ ./start
Once Bassbox is started you will see the following output: "BassBox is ready".
Listening for HTTP on /0:0:0:0:0:0:0:0:9000
This indicates that you can access BassBox from 9000 port:
http://localhost:9000
Thanks for reading the blog.
0 Comment(s)