Skip to content

The Docker files for the Teplosocial localhost installation

Notifications You must be signed in to change notification settings

Teplitsa/teplosocial3-docker

Repository files navigation

How to setup the project

To deploy the project to your local machine follow the instructions below:

  1. Create a new directory (i.e. "dev-teplosocial").
  2. Open a terminal in the dicrectory and run the command:
git clone -q "[email protected]:Teplitsa/teplosocial3-docker.git" "./docker" \
    -b main && \
    chmod +x ./docker/setup.sh && \
    ./docker/setup.sh
  1. Then run the command:
cd ./docker && docker compose up

WARNING for Windows 10: before you run setup.sh script, you must close the "dev-teplosocial" folder on all of your file managers

About

The Docker files for the Teplosocial localhost installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published