Commit graph

24 commits

Author SHA1 Message Date
5c75151f2b updated database files so that user and database names are put in quotes, also fixed some problems with pip 2025-04-23 20:12:29 +03:00
e1fead6bee updated docsdtrings for pip and docker 2024-01-10 06:56:26 +02:00
9c00c3b10e updated pip.install command 2024-01-10 04:59:07 +02:00
3cd0f1a35d added an uninstall command as well as a check_package command 2024-01-10 04:57:26 +02:00
252443c073 refactored utils.handle_help to have better docstrings and renamed to be acalled handle_flag_message 2023-07-08 22:23:09 +03:00
dc564de0c1 fixed docker-compose so it's now 'docker compose' 2022-09-04 00:24:18 +03:00
7502ce06c4 no longer need the -no-site-packages flag 2020-03-23 23:42:14 +02:00
39d6514eda fixed some import statements so they fucntion properly 2019-11-03 17:43:09 +02:00
Ronny Abraham
0211723fe9 add import for custom local settings 2019-02-11 23:50:30 +02:00
Ronny Abraham
8cc2e9a101 update pip so it automatically tries to setup virtualenv with python3 2019-02-09 23:46:19 +02:00
Ronny Abraham
4a2cdf9f16 update pip for choosing which python 2019-02-06 23:22:36 +02:00
Ronny Abraham
4eba2cbf5a updating for python3 2018-10-18 12:45:07 +03:00
Ronny Abraham
a98f1635f4 update so that mkvirtualenv will install python3 2018-10-18 06:33:10 +03:00
Ronny Abraham
a5677a96a0 updated print funcs 2018-10-17 23:08:51 +03:00
Ronny Abraham
a97698ae9a fixed print statements to be in python3 2018-10-17 22:48:54 +03:00
Ronny Abraham
152b5658a9 fix bug in deployment where pip gets updated during initial
bootstrap,but then screws up the rest of the deployment including pip
install.  Break up the deployment into two parts.  NOTE: must find a way
to have deployment as one part alone
 Changes to be committed:
	modified:   modules/deploy.py
	modified:   modules/pip.py
2017-07-20 23:43:33 +03:00
Ronny Abraham
cd112af3a4 made changes to how pip gets deployed
Changes to be committed:
	modified:   modules/deploy.py
	modified:   modules/pip.py
2017-01-10 05:22:03 +02:00
Ronny Abraham
7a1205786f pip will upgrade to the latest version
Changes to be committed:
	modified:   modules/deploy.py
	modified:   modules/pip.py
2017-01-04 03:23:01 +02:00
Ronny Abraham
a13a2c21cc pip will now update to latest version of pip when doing a major install
Changes to be committed:
	modified:   modules/pip.py
2017-01-03 20:26:32 +02:00
Ronny Abraham
0ad9e5b772 Merge branch 'majorchange' of bitbucket.org:ronnyabraham/fabric into majorchange 2016-09-21 16:18:34 +03:00
Ronny Abraham
328de1596b changed param in freeze to from default none to 'help'
modified:   modules/pip.py
2016-09-21 16:10:46 +03:00
Ronny Abraham
8a3a66a9fd created copyto method
modified:   modules/pip.py
2016-09-21 15:44:46 +03:00
Ronny Abraham
e4f80bf0ae addying copy method to copy over pip requirements files from one branch to another
modified:   modules/pip.py
2016-09-21 15:24:49 +03:00
Ronny Abraham
2bef12902e new file: api.py
new file:   api.pyc
	new file:   conf/fabric.yml
	new file:   fabfile.py
	new file:   fabfile.pyc
	new file:   modules/__init__.py
	new file:   modules/__init__.pyc
	new file:   modules/conf_setup.py
	new file:   modules/conf_setup.pyc
	new file:   modules/configuration_setup.py
	new file:   modules/database.py
	new file:   modules/database.pyc
	new file:   modules/deploy.py
	new file:   modules/deploy.pyc
	new file:   modules/django.py
	new file:   modules/django.pyc
	new file:   modules/docker.py
	new file:   modules/docker.pyc
	new file:   modules/initialize.py
	new file:   modules/initialize.pyc
	new file:   modules/maintenance.py
	new file:   modules/maintenance.pyc
	new file:   modules/nginx.py
	new file:   modules/nginx.pyc
	new file:   modules/pip.py
	new file:   modules/pip.pyc
	new file:   modules/setup.pyc
	new file:   modules/supervisor.py
	new file:   modules/supervisor.pyc
	new file:   modules/testing/__init__.py
	new file:   modules/testing/__init__.pyc
	new file:   modules/testing/configuration_setup.py
	new file:   modules/testing/maintenance.pyc
	new file:   modules/utils.py
	new file:   modules/utils.pyc
	new file:   templates/conf/database/files/db.drop_all.sql.jinja2
	new file:   templates/conf/database/files/db.drop_db.sql.jinja2
	new file:   templates/conf/database/files/db.init.sql.jinja2
	new file:   templates/conf/database/files/db.re_init.sql.jinja2
	new file:   templates/conf/django/files/gunicorn.jinja2
	new file:   templates/conf/django/files/gunicorn.unixsocket.jinja2
	new file:   templates/conf/django/files/local.jinja2
	new file:   templates/conf/django/files/settings.jinja2
	new file:   templates/conf/django/files/settings18.jinja2
	new file:   templates/conf/django/files/wsgi.jinja2
	new file:   templates/conf/django/files/wsgi.py
	new file:   templates/conf/docker/files/database.jinja2
	new file:   templates/conf/gunicorn/files/gunicorn.jinja2
	new file:   templates/conf/gunicorn/files/gunicorn.unixsocket.jinja2
	new file:   templates/conf/gunicorn/files/local.jinja2
	new file:   templates/conf/gunicorn/files/settings.jinja2
	new file:   templates/conf/gunicorn/files/settings18.jinja2
	new file:   templates/conf/gunicorn/files/wsgi.jinja2
	new file:   templates/conf/gunicorn/files/wsgi.py
	new file:   templates/conf/nginx/files/default.conf.jinja2
	new file:   templates/conf/nginx/files/unixsocket.jinja2
	new file:   templates/conf/supervisor/files/conf_old
	new file:   templates/conf/supervisor/files/supervisor.jinja2
	new file:   templates/meta/development.yml
	new file:   templates/meta/layout.yml
	new file:   templates/meta/staging.yml
	new file:   templates/readmes/aws.md
	new file:   templates/readmes/gandi.md
	new file:   templates/readmes/reset_migrations.md
	new file:   templates/readmes/setup_gandi.md
	new file:   templates/readmes/translations.md
	new file:   templates/readmes/update_images.md
2016-09-06 14:43:49 +03:00