diff --git a/docs/docs/getstarted/docker.md b/docs/docs/getstarted/docker.md index e5cc036..1a3015f 100644 --- a/docs/docs/getstarted/docker.md +++ b/docs/docs/getstarted/docker.md @@ -1,7 +1,19 @@ --- -sidebar_position: 3 +sidebar_position: 2 --- -# Running UnitTCMS as a Docker container +# Running UnitTCMS with Docker -Under development +First, clone the repository. + +```bash +git clone git@github.com:kimatata/unittcms.git +``` + +and start containers with the following command. + +```bash +docker-compose up --build +``` + +then, you can access the app at `http://localhost:8000` diff --git a/docs/docs/getstarted/manual.md b/docs/docs/getstarted/manual.md index 59c50d3..b1e03ce 100644 --- a/docs/docs/getstarted/manual.md +++ b/docs/docs/getstarted/manual.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 --- # Running UnitTCMS manually diff --git a/docs/docs/getstarted/selfhost.md b/docs/docs/getstarted/selfhost.md index 5511f24..3b8ccd5 100644 --- a/docs/docs/getstarted/selfhost.md +++ b/docs/docs/getstarted/selfhost.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Self hosting -UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Manual” and “Docker”. +UnitTCMS is designed for self-hosted use. There are two ways to self-host the application: “Docker” and “Manual”. +- Docker (Recommended) - Manual -- Docker