Dockerization of the MateCat web CatTool https://github.com/matecat/MateCat
This docker is not meant to be used in production as is, but only to try the software and for development.
cd /your/preferred/installation/path
git clone https://github.com/matecat/MateCat.git
Clone docker_matecat
in another directory
cd /your/preferred/docker_matecat_path
git clone https://github.com/Ostico/docker_matecat.git
Go inside this new directory there is a folder named MateCat-Focal
docker-compose.yml
file and change the path of the matecat directory to which you just cloned in this example. volumes:
- ~/your/preferred/installation/path/MateCat:/var/www/matecat:rw
If you remove all keys, you must delete the environment:
also.
## Remove this environment block if you don't need it ##
environment:
### FOR MAC OS USERS YOU MUST USE 192.168.1.1
### AND ADD AN ALIAS ON YOUR lo0: ` sudo ifconfig lo0 alias 192.168.1.1 `
XDEBUG_CONFIG: {{REMOVE THIS ROW OR INSERT YOUR HOST IP}}
FILTERS_ADDRESS: {{REMOVE THIS ROW OR INSERT YOUR CUSTOM FILTERS ADDRESS}}
SMTP_HOST: {{REMOVE THIS ROW OR INSERT YOUR SMTP}}
SMTP_PORT: {{REMOVE THIS ROW OR INSERT SMTP PORT}}
## Remove this environment block if you don't need it ##
More specific configurations can be made directly into your docker_matecat/MatecatApache/config.ini
before docker starts the installation.
Ex:
/your/preferred/docker_matecat_path/docker_matecat/MateCatApache/app_configs/config.ini
cd /your/preferred/docker_matecat_path
docker-compose up
Follow the instructions on the MateCat Installation guide: Enable Google+ login: