Skip to content

inakrin/matecat-docker

 
 

Repository files navigation

Matecat Docker

Dockerization for https://github.com/matecat/MateCat

Prerequisites

  • Docker
  • Docker Compose

Configuration

  1. Clone this Docker repo
git clone https://github.com/duyetdev/matecat-docker.git
  1. Clone Matecat source
git clone https://github.com/matecat/MateCat.git ~/matecat
  1. Update Mounted volumes (mount folder matecat in your local machine to /var/www/matecat of Docker). Modify docker-compose.yml:
  volumes:
    - ~/matecat:/var/www/matecat:rw

Start Docker

docker-compose up

About

Matecat in Docker

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.4%
  • Dockerfile 46.6%