This docker-compose conatins
- nginx:1.13.1-alpine
- php:7.1.5-fpm
- mariadb:10.3.0
- redis:latest
git clone https://github.com/devjiro76/rhymix_docker.git
rm -rf ./.git
Open the docker-compose.yml
and modify <DB_PASSWORD>
things to which you want.
sh init.sh
It will clone the lastest version of Rhymix from github and run docker-compose up in background.
Open your browser and start installing rhymix.
http://localhost/ (or http://<MACHINE_IP>/
)
- Input
mariadb
in DB Server Address field. - Input
<XE_DB>
in DB ID field. - Input
<USER_PASSWORD>
in DB password field. - Input
<XE_DB>
in DB Name field.
After finishing install Rhymix and go to admin page.
http://localhost/admin (or `http://<MACHINE_IP>/admin`)
- Go to System Config page and find cache section.
- Select redis to use redis as cache
- Input redis in Host field.
For your Info
- DB HOST Address = mariadb
- Redis HOST Address = redis