This is a example for cakemix deploy.
This example use docker
and docker-compose
. Please make sure they can be used.
Then just do docker-compose up
in the directory. You can access http://localhost:8081/
The default username is root
and password is cakemix
. Please change the password firstly.
Cakemix needs API server and DB server. docker-compose
is best way to run both containers.
Please see docker-compose.yml in detail.
Please be careful of server and DB data location. (This example use docker volume to preserve data. You can also consider to use bind mount.)
The directory contains the SQL commands for DB initalization. The directory is same as cakemix-server/docker/postgres/init.