Run
python3 -m venv ~/venv/django_todoRun
source ~/venv/django_todo/bin/activateRun
deactivate- Enter into venv. (Refer above commands to enter into venv)
- Run
pip install -r requirements.txt- Run
make runRun
make test- Run
chmod +x entrypoint.sh- Run
docker-compose upOR to rebuild,
Run
docker-compose up --build bemake be-docker-push v=0.0.1helm install todo ./helmNote: Make sure to run helm dependency update inside helm directory before building the helm chart.
make deploy-helm v=0.0.1