- Base infrastructure setup
- inji-stack-config ConfigMap steps
- Postgres installation steps
- Note: Before running the Postgres install script, update the
POSTGRES_HOSTvalue ininstall.shwith the correct PostgreSQL host.
- Note: Before running the Postgres install script, update the
- Run
install-all.shto deploy inji verify services.cd deploy ./install-all.sh
- Run
delete-all.shto remove inji verify services.cd deploy ./delete-all.sh
- Run
restart-all.shto restart inji verify services.cd deploy ./restart-all.sh