fabric/readme.md

22 lines
657 B
Markdown
Raw Normal View History

## adding fabric
`git submodule add git@bitbucket.org:ronnyabraham/fabric.git customfabric`
the second "fabric" puts the submogule in a directory called 'customfabric"
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