Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
JOSCHLINER edited this page Feb 26, 2024 · 1 revision

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/

Installation Steps

1. Clone the Repository:

Open a terminal window and clone the ProjectName repository using the following command:

git clone https://github.com/joschliner/Markdown-CMS.git

2. Adjust settings

Before starting the site you should change the passwords set for both of the databases. This will be automated in the future.

2. Navigate to the Build Directory:

Change your current directory to the build directory within the cloned repository:

cd ProjectName/build/

3. Start Containers

Once inside the build directory, start the containers using Docker Compose:

docker-compose up -d

This 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.

Accessing the site:

Once the containers are up and running, visit localhost:80.

Additional Notes

  • Make sure Docker is running on your system before trying to start the containers