fabric commands
Find a file
2023-05-18 15:40:51 +03:00
bin update deploy_meta and template for dev docker 2020-04-13 20:55:29 +03:00
modules updated configuration.backup so it has a better description 2023-05-18 15:40:51 +03:00
share had to add services as top property b/c of changes in the docker-compose configuraiton standard 2022-05-06 18:11:02 +03:00
.gitignore modified gitignore file 2016-09-06 16:36:23 +03:00
__init__.py new file: __init__.py 2016-09-06 14:41:15 +03:00
api.py renamed conf_setup in display list 2016-09-15 21:26:35 +03:00
fabfile.py fixed print statements to be in python3 2018-10-17 22:48:54 +03:00
readme.md readme.md edited online with Bitbucket - should have been git submodule add, not git add submodule 2022-05-02 13:20:48 +00:00

adding fabric

git submodule add git@bitbucket.org:ronnyabraham/fabric.git fabric

the second "fabric" puts the submogule in a directory called 'fabric"

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