-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Bindaas v3.0.0 is released. Find more information here!
Make sure to have JDK 1.7 or 1.8 installed on your computer.
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.
In your Bindaas binary directory (such as bindaas-dist-3.0.0), go to the bin directory.
sh startup.sh
sh shutdown.sh
Logs can be found from the logs directory.