Skip to content

The only project to start with if you want to launch the ARLAS Exploration Stack on your computer!

Notifications You must be signed in to change notification settings

gisaia/ARLAS-Exploration-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARLAS Exploration Stack

This projects contains reference docker compose files for all the ARLAS microservices and third party services for running the ARLAS Stack.

It also contains the script for starting the stack in different modes:

  • Simple: ARLAS without authentication, on HTTP
  • IAM: With ARLAS Identity and Access Management (ARLAS IAM), on HTTPS
  • AIAS: With ARLAS IAM and ARLAS AIAS (ARLAS Item and Asset Services) for managing EO products for instance. (WORK IN PROGRESS)

See the full documentation to run and deploy ARLAS Exploration stack.

Developers

To release, run:

./scripts/release.sh X.Y

where X.Y is the version of the stack. X must be aligned with the major version ARLAS (WUI and Server) while Y is the increment of the stack.

To update the version of the dependencies, such as ARLAS containers, edit conf/versions.env.

Tests

Launch tests for IAM:

./start.sh iam
pip3.10 install arlas_cli
pip3.10 install pytest==8.3.4
pytest -s scripts/pytest/test_iam.py

About

The only project to start with if you want to launch the ARLAS Exploration Stack on your computer!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published