Quick Start


Prerequisites


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