https://github.com/duyet/matecat-docker
Matecat in Docker
https://github.com/duyet/matecat-docker
Last synced: about 1 year ago
JSON representation
Matecat in Docker
- Host: GitHub
- URL: https://github.com/duyet/matecat-docker
- Owner: duyet
- Created: 2017-11-06T03:54:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:27:20.000Z (over 2 years ago)
- Last Synced: 2025-03-28T02:45:28.380Z (about 1 year ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 4
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Matecat Docker
Dockerization for [https://github.com/matecat/MateCat](https://github.com/matecat/MateCat)
# Prerequisites
* Docker
* Docker Compose
# Configuration
1. Clone this Docker repo
```sh
git clone https://github.com/duyetdev/matecat-docker.git
```
2. Clone **Matecat** source
```sh
git clone https://github.com/matecat/MateCat.git ~/matecat
```
3. 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
```sh
docker-compose up
```