This official Koken Docker image installs the latest version of Koken and all necessary system requirements.
- Automatically sets up and configures the database for Koken and skips that step in the installation process.
- Adds a cron job to do periodic cleanup of the image cache.
- nginx/PHP configured for best Koken performance.
- Can be used on any machine with Docker installed.
Digital Ocean provides fast, low cost virtual servers that are well suited for Koken. We have a dedicated article on our help site with instructions on how to use this Docker image at Digital Ocean.
If you aren't using Digital Ocean, you just need to ensure that your host is compatible with Docker and then follow the instructions below.
- Install Docker.
- Use our simple wrapper script to start Koken.
wget -qO - https://gist.githubusercontent.com/bradleyboy/48b67b5e9ebf91031a19/raw/create_koken.sh | sudo bash
This forwards port 80 on your host machine to the instance of Koken running on port 8080 inside the container. You can now access your new Koken install by loading the IP address or domain name for your host in a browser. Your files reside in /data/koken/www
on the host machine, while the MySQL data lives in /data/koken/mysql
.