setup development readme instructions
This commit is contained in:
parent
b8baa29da3
commit
bcdd73f611
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# CareMyWay
|
||||||
|
|
||||||
|
## Development (Quickstart)
|
||||||
|
|
||||||
|
* Ensure you have virtualenv installed `pip install virtualenv`
|
||||||
|
* `virtualenv --version`
|
||||||
|
* `# 15.1.0`
|
||||||
|
* Ensure you have `python3`
|
||||||
|
* `which python3`
|
||||||
|
* `# /usr/local/bin/python3`
|
||||||
|
* Setup the virtual environment with python3
|
||||||
|
* `virtualenv -p /usr/local/bin/python3 venv`
|
||||||
|
* Activate the environment, install dependencies, perform DB migration
|
||||||
|
* `source venv/bin/activate`
|
||||||
|
* `pip install -r requirements.txt`
|
||||||
|
* `python manage.py migrate`
|
||||||
|
* `python manage.py runserver`
|
Loading…
Reference in New Issue
Block a user