-
Notifications
You must be signed in to change notification settings - Fork 0
Build
To run the application on your system, you need to have Docker installed. Docker provides a convenient way to package, distribute, and run applications within isolated environments called containers. Follow the instructions below to install ProjectName:
Docker: Make sure you have Docker installed on your system. You can download and install Docker from the official Docker website: docs.docker.com/desktop/
Open a terminal window and clone the ProjectName repository using the following command:
git clone https://github.com/joschliner/Markdown-CMS.gitBefore starting the site you should change the passwords set for both of the databases. This will be automated in the future.
Change your current directory to the build directory within the cloned repository:
cd ProjectName/build/Once inside the build directory, start the containers using Docker Compose:
docker-compose up -dThis command will download and start the containers. The first time you are doing this it will take a while as docker has to build everything from the ground. Later docker will cache the builds.
You can check if the containers are running using docker ps.
Once the containers are up and running, visit localhost:80.
- Make sure Docker is running on your system before trying to start the containers