You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The overall idea is to generate a Makefile, which can simplify documentation and wrap commands that the contributors can run quickly.
Initial suggestion
make run-dev, which will run all the infrastructure containers for development (object storage and SQL)
Note: run-dev should run the containers using the compose.yml, but it would be nice to re-start the Archivista service automatically if the source code is changed, avoiding users being in the loop build, deploy, run/restart.
The overall idea is to generate a Makefile, which can simplify documentation and wrap commands that the contributors can run quickly.
Initial suggestion
make run-dev
, which will run all the infrastructure containers for development (object storage and SQL)run-dev
should run the containers using thecompose.yml
, but it would be nice to re-start the Archivista service automatically if the source code is changed, avoiding users being in the loop build, deploy, run/restart.make tests
will run the pre-commit checksParent issue:
The text was updated successfully, but these errors were encountered: