Quick Start
Prerequisites
-
Open-JDK / Oracle-JDK - 1.9 or greater http://www.oracle.com/technetwork/java/javase/downloads/index.html
-
Install FreeOTP or Google Authenticator to enable two-factor authentication with Android or iOS
Application Android iOS FreeOTP Google Play iTunes Google Authenticator Google Play iTunes
To Run Jetty Bundle
Download bastillion-jetty-vXX.XX.tar.gz
tar xfz bastillion-jetty-vXX.XX.tar.gz -C /opt
Export environment variables
for Linux/Unix/OSX
export JAVA_HOME=/path/to/jdk
export PATH=$JAVA_HOME/bin:$PATH
for Windows
set JAVA_HOME=C:\path\to\jdk
set PATH=%JAVA_HOME%\bin;%PATH%
Start Bastillion
In directory in which bastillion has been extracted (e.g. /opt/Bastillion-jetty)
for Linux/Unix/OSX
./startBastillion.sh
for Windows
startBastillion.bat
Using Bastillion
Open browser to https://<whatever ip>:8443
Login with
username:admin
password:changeme
Note: When using the AMI instance, the password is defaulted to the <Instance ID>. Also, the AMI uses port 443 as in https://<Instance IP>:443