mamba env remove -n gpf-web-annotation
mamba env create --name gpf-web-annotation --file ./backend/gpf/environment.yml
mamba env update --file ./backend/environment.yml
conda run -n gpf-web-annotation pip install -e ./backend/gpf/dae
conda activate gpf-web-annotation
mamba env update -n gpf-web-annotation --file ./backend/dev-environment.yml
pip install -e ./backendcd frontend
npm installRun the backend
cd backend
conda activate gpf-web-annotation
export GRR_DEFINITION_FILE=~/grr_definition.yaml
python manage.py migrate
python manage.py runserver
Run the frontend
cd frontend
ng servecd frontend
npm testcd backend
export DJANGO_SETTINGS_MODULE=web_annotation.test_settings
pytest web_annotation/tests/mv ~/conda-channel.tar.gz .
tar zxvf conda-channel.tar.gz
docker compose build ubuntu-image
docker compose build gpf-image
docker compose build backend
docker compose build frontend
docker compose up frontend
http://localhost
docker compose down frontend
docker compose build frontend
docker compose up frontend