Fork me on GitHub

Getting Started

Before getting into Lannister installation, check the follows are installed in your machine.

  • Java 8 or later
  • Maven 3 (case for starting from source)

Starting from package

  1. Go to https://goo.gl/GJ1piF
  2. Download a compressed file preferred (zip / tar.gz / tar.bz2)
  3. Unpack downloaded file and move into the directory
  4. Execute ./bin/startup.sh
  5. For shutdown, execute ./bin/shutdown.sh

Starting from source

# Download lannister source
git clone https://github.com/anyflow/lannister.git

# Change directory to lannister
cd lannister

# Build(The command builds all sub-projects(interface, server, plugin-example simultaneously)
mvn install

# Run lannister server
mvn exec:java -pl server