2019-06-23 19:21:58 +03:00
|
|
|
## adding fabric
|
|
|
|
|
|
2023-07-07 15:26:44 +03:00
|
|
|
`git submodule add git@bitbucket.org:ronnyabraham/fabric.git customfabric`
|
2019-06-23 19:21:58 +03:00
|
|
|
|
2023-07-07 15:26:44 +03:00
|
|
|
the second "fabric" puts the submogule in a directory called 'customfabric"
|
2019-06-23 19:21:58 +03:00
|
|
|
|
|
|
|
|
workon a virtualenv that has PyQt5
|
|
|
|
|
|
|
|
|
|
load up bin/deploy_meta.py
|
|
|
|
|
|
|
|
|
|
check django.numbers to make sure your port numbers aren't already being used
|
|
|
|
|
- database
|
|
|
|
|
- django
|
|
|
|
|
|
|
|
|
|
after you create the dev file, go to usr/meta/projects and copy the layout.yml file from another project
|
|
|
|
|
|
|
|
|
|
now go to usr/meta/virtualenv, copy bootstrap.txt to development.txt
|
|
|
|
|
replace pycrypto with pycryptodome
|
|
|
|
|
replace psycopg2 with psycopg2-binary
|
|
|
|
|
|
|
|
|
|
add allowed_hosts = [127.0.0.1] to the django section in development.yml
|