This repository contains a Docker Compose setup for a NextCloud instance for the EMI sample handling. This setup is temporary (longer term solution is beeing built at https://github.com/earth-metabolome-initiative/emi-monorepo). To get started, follow the instructions below.
Before you begin, make sure you have the following prerequisites installed:
- Docker: Install Docker
- Docker Compose: Install Docker Compose
git clone https://github.com/digital-botanical-gardens-initiative/NextCloud.git
cd NextCloud
cp .env.example .env
vim .env
docker compose up -d
This command will start the necessary services, including the database and your application.
Once the deployment is complete, you can access your application by opening a web browser and navigating to http://localhost:8080.
To stop the application and remove the containers, run the following command:
docker compose down
If you would like to contribute to this project or report issues, please follow our contribution guidelines.
see LICENSE for details.