Skip to content

digital-botanical-gardens-initiative/Directus-prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directus instance

This repository contains a Docker Compose setup for a Directus 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.

Prerequisites

Before you begin, make sure you have the following prerequisites installed:

Setup

1. Clone the repository to your local machine:

git clone https://github.com/digital-botanical-gardens-initiative/Directus-prod.git
cd Directus-prod

2. Create a .env file in the root folder and edit it to suit your needs:

cp .env.example .env
vim .env

3. Deploy the application:

docker compose up -d

Note: using the latest Directus image you might need to launch this command several time see directus/directus#20542

This command will start the necessary services, including the database and your application.

Accessing Your Application

Once the deployment is complete, you can access your application by opening a web browser and navigating to http://localhost:8056 (or the appropriate URL as per your configuration).

Stopping and Cleaning Up

To stop the application and remove the containers, run the following command:

docker compose down

Contributing

If you would like to contribute to this project or report issues, please follow our contribution guidelines.

License

see LICENSE for details.

About

The EMI directus production instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published