21 lines
311 B
Markdown
21 lines
311 B
Markdown
---
|
|
sidebar_position: 2
|
|
---
|
|
|
|
# Running UnitTCMS with Docker
|
|
|
|
First, clone the repository.
|
|
|
|
```bash
|
|
git clone https://github.com/kimatata/unittcms.git
|
|
```
|
|
|
|
and start container with the following command.
|
|
|
|
```bash
|
|
cd unittcms
|
|
docker-compose up --build
|
|
```
|
|
|
|
then, you can access the app at `http://localhost:8000`
|