Run the following command to create .env file, it must be then populated manually with the required values for Keycloak and Copernicus API.
python create-envfile.pyRun the following command before docker compose build command to generate SSH key pair, without generating a passphrase:
mkdir ml_runner/ssh
ssh-keygen -t rsa -b 4096 -f ./ml_runner/ssh/id_rsa_djangoBefore building, create the following folder and move the geojson and tiff files inside.
mkdir geonode-init/processed_datasetsInstall npm dependencies, it requires nodejs.
cd src/farmtech/client/js
npm i
npm run buildBuild the Docker images and run the containers.
docker compose build
docker compose up -d