fabric commands
Find a file
2023-07-13 05:48:24 +03:00
bin added fabric_deploy as a submodule, cloned it into deploy_meta 2023-07-13 05:48:24 +03:00
docs@e48bd91c6b changed the types in docstrings 2023-07-09 21:11:13 +03:00
modules using utils.ensure_dir in the conf_setup instead of running a bash command to make the needed directories for readmes and confs. also modified layout.yml because i wanted to separate the home name for the fabric install from the directory it's meant to be installed, and i had both on, so it was duplicating the home name, ie usr/bin/fabrichome/fabrichome 2023-07-12 12:42:35 +03:00
share added a bootstrap.txt template file, and got rid of the old deploy_meta 2023-07-13 05:42:36 +03:00
.gitignore modified gitignore file 2016-09-06 16:36:23 +03:00
.gitmodules added fabric_deploy as a submodule, cloned it into deploy_meta 2023-07-13 05:48:24 +03:00
__init__.py new file: __init__.py 2016-09-06 14:41:15 +03:00
api.py fixed 'api' so that it works with relative import 2023-07-07 16:27:00 +03:00
fabfile.py fixed fabfile so it imports relatively 2023-07-07 16:21:47 +03:00
readme.md updated the readme to begin to reflect the new concept of how to describe where this fabric implementation is located 2023-07-07 15:26:44 +03:00
requirements.txt requirements file for installation 2023-07-07 19:30:49 +03:00

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