Skip to content
Pradeeban Kathiravelu edited this page Jul 20, 2018 · 5 revisions

Bindaas v3.0.0 is released. Find more information here!

Environment

Make sure to have JDK 1.7 or 1.8 installed on your computer.

For developers

Building Bindaas from the source code

Download the source code from the Git repository.

Install Maven 3 latest release.

Now from the Bindaas source code root directory, run the below command:

mvn clean install

Bindaas binary can now be found at the binaries folder in a name such as bindaas-dist-3.0.1-201807201221-min.tar.gz

Extract the tar.gz archive. Now bindaas-dist-3.0.1-201807201221 is your Bindaas binary's home directory.

If you are just a user, you may just download bindaas-dist-3.0.0.tar.gz and extract it, skipping the above steps.

For users

To start

In your Bindaas binary directory (such as bindaas-dist-3.0.0), go to the bin directory.

sh startup.sh

To stop

sh shutdown.sh

Logs can be found from the logs directory.

Clone this wiki locally