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
- Go to https://goo.gl/GJ1piF
- Download a compressed file preferred (zip / tar.gz / tar.bz2)
- Unpack downloaded file and move into the directory
- Execute ./bin/startup.sh
- 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