We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395239c commit d57fa3cCopy full SHA for d57fa3c
README.md
@@ -74,6 +74,12 @@ kubectl expose deployment quotes --type=LoadBalancer --port=3000
74
### Source code
75
76
```bash
77
+git clone git@github.com:vyahello/quotes.git
78
+cd quotes
79
+python3 -m venv venv
80
+. venv/bin/activate
81
+pip install -r requirements.txt
82
+pip install -r requirements-dev.txt
83
python quotes/manage.py runserver
84
```
85
@@ -115,7 +121,7 @@ Please use `admin` superuser for management.
115
121
116
122
### Docker
117
123
118
-Please use the following [example notes](https://github.com/vyahello/pep8-checker#development-notes) to proceed with docker image provisioning.
124
+Please use the following [example notes](https://github.com/vyahello/quotes#development-notes) to proceed with docker image provisioning.
119
125
120
126
### K8S
127
0 commit comments