Running UnitTCMS with Docker
First, clone the repository.
git clone https://github.com/kimatata/unittcms.git
and start containers with the following command.
cd unittcms
docker-compose up --build
then, you can access the app at http://localhost:8000