Docker deployment
https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/
https://docs.docker.com/compose/install/#install-compose
Create a /var/tristana folder, clone the Official Skylark Docker Image into it:
mkdir /var/tristana
git clone https://github.com/GreenNerd/tristana-docker.git /var/tristana
cd /var/tristana
Build it manually
cd /var/tristana/images/base && ./build
cd /var/tristana/images/production && ./build
Run!
cd /var/tristana
docker-compose up -d
Before run you might run below:
cd /var/tristana
./script/install # First install, precompile assets
./script/start # Run server
./script/update # Update container