Astrolabe Expeditions is an non-profit association that develops participatory science programmes with laboratories to enable citizens to actively contribute to scientific research.
Citizens' expeditions are set up to collect large-scale scientific data and involve citizens in understanding and preserving the ocean.
You'll need to have Docker installed. It's available on Windows, macOS and most distros of Linux.
Clone the repository
git clone [email protected]:astrolabe-expeditions/data-plateform-processing.git
Switch to the repo folder
cd data-plateform-processing
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Build everything
docker compose up --build
You can now access the server at http://localhost:8080
We are eager for contributions and very happy when we receive them! It can be code, of course, but it can also take other forms. The workflow is explained in the contributing guide.