Skip to content
This repository was archived by the owner on Mar 21, 2021. It is now read-only.

Running on Linux

Audio edited this page Dec 14, 2012 · 1 revision

Requirements

You must have installed Apache Ant and Java's JDK.

Bashoid currently requires Java 7 to be installed.

apt-get install ant
apt-get install openjdk-7-jdk

Building & running

First of all, go the top directory of the project.

cd <DIR>

Then compile the whole project (and create the .jar file) using the following command:

ant jar

To run application, run the following command in the same directory:

ant run

Run in background

apt-get install screen
screen ant run

Press Ctrl+A and immediately Ctrl+D to switch back to shell console.

Clone this wiki locally