Skip to content

localopsco/django-todo-example

Repository files navigation

To create venv (Python Virtual Environment):

Run

python3 -m venv ~/venv/django_todo

To enter into venv:

Run

source ~/venv/django_todo/bin/activate

To exit from venv:

Run

deactivate

To run app inside venv:

  1. Enter into venv. (Refer above commands to enter into venv)
  2. Run
pip install -r requirements.txt
  1. Run
make run

To run tests:

Run

make test

To run using docket-compose.yml:

  1. Run
chmod +x entrypoint.sh
  1. Run
docker-compose up

OR to rebuild,

Run

docker-compose up --build be

To push docker image

make be-docker-push v=0.0.1

To helm install in local

helm install todo ./helm

To push new helm version

Note: Make sure to run helm dependency update inside helm directory before building the helm chart.

make deploy-helm v=0.0.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5