- Docker
- Docker Compose
Follow these steps to set up the application locally using Docker.
Open your terminal and run the following command to clone the repository:
git clone https://github.com/StreamlineXpert/sentrifugo-docker.git
Navigate into the cloned directory:
cd sentrifugo-docker
sudo chown -R www-data:www-data sentrifugo
Use Docker Compose to build and run the application:
docker compose up --build
Once the application is up and running, you can access it by visiting:
http://localhost:8080
Follow any on-screen instructions to complete the installation process.
After installation, the application will generate a username and password for you to log in. You can find these credentials in the application logs or within the installation output.
Once you have logged in, you can start using the application!
If you have any questions or need further assistance, please refer to each step carefully in the README.md or open an issue in the repository.