Ronny Abraham
b93ea8e259
fixed some print statement to be python3 compatible
2018-10-16 03:14:10 +03:00
Ronny Abraham
d57781436b
use the allowedhosts variable in place of the other two. even if allowed_hosts is not set in conf, the host extended host name will be used anyway
2018-10-16 03:04:13 +03:00
Ronny Abraham
d9e5f5edd1
added code to check if the allowed_hosts param was set in the configuration file, if it was, then add the extra hosts to allowed hosts
2018-10-16 03:03:20 +03:00
Ronny Abraham
ef95ecfebc
updated readme on aws to show how to pipe info into osx clipboard when using ssh-keygen
2018-10-10 13:35:29 +03:00
Ronny Abraham
954d67fa32
changed deploy.ssh from using sudo to local b/c sudo runs on the remote machine and I want ssh to be run off the local to connect to the remote
2018-10-10 13:33:46 +03:00
Ronny Abraham
0fd0bbe725
added edit project configuration files capability
2018-10-10 13:06:19 +03:00
Ronny Abraham
35cdb1fe13
added the ability to specify what machine we want to edit files on (probably should be removed)
2018-10-10 13:06:02 +03:00
Ronny Abraham
ba9b5875f2
added debugging to deploy.ssh
2018-10-10 13:05:17 +03:00
Ronny Abraham
9c31d26156
added socket variable to nginx for the development and staging templates
2018-09-17 23:47:52 +03:00
Ronny Abraham
18871417e1
Merge branch 'master' of bitbucket.org:ronnyabraham/fabric
2017-11-09 00:34:05 +02:00
Ronny Abraham
2237dd4856
added help message for django.startapp
2017-11-09 00:33:30 +02:00
Ronny Abraham
9c8f83cc38
go back to original settings for config/nginx/static
...
modified: modules/initialize.py
2017-08-29 02:32:23 +03:00
Ronny Abraham
200924b6d8
add check to see if the 'socket' or 'port' options have been set in the
...
configuration file before trying to load it in initilaize.py
2017-08-29 00:07:47 +03:00
Ronny Abraham
efabadf786
Merge branch 'master' of bitbucket.org:ronnyabraham/fabric
2017-08-28 23:54:26 +03:00
Ronny Abraham
6691cd1af8
changed ALLOWED_SITES to include whatever we call the host site
...
Changes to be committed:
modified: share/templates/conf/django/files/local.jinja2
2017-08-28 23:53:42 +03:00
Ronny Abraham
2c19ba589b
updated help message
...
modified: modules/django.py
2017-08-28 23:53:26 +03:00
Ronny Abraham
64dea753cb
Merge branch 'master' of bitbucket.org:ronnyabraham/fabric
2017-08-08 17:27:01 +03:00
Ronny Abraham
6277075e18
added some options for nginx
...
Changes to be committed:
modified: modules/initialize.py
modified: modules/nginx.py
new file: share/templates/readmes/paramiko.md
2017-08-08 17:26:35 +03:00
Ronny Abraham
6c757d0343
add regex.md file for useful regex commands
...
Changes to be committed:
new file: share/templates/readmes/regex.md
2017-08-03 07:50:08 +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
4e561b8df3
some debugging code
...
Changes to be committed:
modified: modules/maintenance.py
2017-06-12 20:47:35 +03:00
Ronny Abraham
5faa4fd99b
added share/ssh to layout
...
Changes to be committed:
modified: share/templates/meta/layout.yml
2017-06-12 17:36:45 +03:00
Ronny Abraham
a55bbe591c
nginx on development now uses sudo
...
Changes to be committed:
modified: share/templates/meta/development.yml
2017-06-12 17:36:22 +03:00
Ronny Abraham
0fc7f2b44a
Changes to be committed:
...
deleted: blah
2017-03-21 14:38:47 +02:00
Ronny Abraham
7b7ad925df
Your branch is up-to-date with 'origin/master'.
...
Changes to be committed:
new file: blah
2017-03-21 14:38:16 +02:00
Ronny Abraham
24ee8487d6
updated the amazon web server info, and added a readme for SASS use
...
Changes to be committed:
modified: share/templates/readmes/aws.md
new file: share/templates/readmes/sass.md
2017-03-21 14:33:10 +02:00
Ronny Abraham
10032bfa2f
when osx is updated, xcode needs to be updated or pip installs will fail
...
Changes to be committed:
new file: share/templates/readmes/psycopg2_problem.md
2017-02-09 05:03:45 +02:00
Ronny Abraham
8f4c4dbc62
now creates the project during deploy.bootstrap
...
Changes to be committed:
modified: modules/deploy.py
2017-02-09 05:03:20 +02:00
Ronny Abraham
06cc8d5174
updated layout
...
Changes to be committed:
modified: share/templates/meta/layout.yml
2017-01-10 05:35:59 +02:00
Ronny Abraham
f1aa2cfcd0
modified the way virtualenv_name gets stored for dev vs prod and stage
...
Changes to be committed:
modified: bin/deploy_meta.py
2017-01-10 05:22:31 +02: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
cb0eff3c4e
got rid of upload_gunicorn from supervisor.py since it is in django.generate:gunicorn
...
modified: supervisor.py
2016-11-17 22:31:50 +02:00
Ronny Abraham
9d17a91995
got rid of debugging code
...
modified: modules/supervisor.py
2016-11-16 13:14:07 +02:00
Ronny Abraham
84cfeb8072
added debug messages and debugging now doesn't make changes in start and stop
...
modified: docker.py
2016-11-16 12:53:56 +02:00
Ronny Abraham
34e887e890
changed the way docker is initialized, the container name now defaults to the main docker name for the services in the <branch>.yml file
...
modified: initialize.py
2016-11-16 12:52:39 +02:00
Ronny Abraham
0f56f81bf3
fixed deploy.media initialize.environment call to get_config for the destination config, otherwise it overwrites the global env variable
...
modified: modules/deploy.py
2016-11-10 22:38:26 +02:00
Ronny Abraham
b006e3d419
added ability to hide output for database.backup
...
modified: modules/database.py
2016-11-10 22:37:11 +02:00
Ronny Abraham
9c032714c5
corrected problem with article items and the rectangle/triangle thing
...
modified: modules/deploy.py
2016-11-10 16:03:15 +02:00
Ronny Abraham
1fce8f0c54
commented out unnecessary code
...
modified: modules/deploy.py
2016-11-09 05:01:48 +02:00
Ronny Abraham
13fd4c962c
switched def sync back, now it syncs from source branch to the current branch
...
modified: modules/database.py
2016-11-08 19:42:47 +02:00
Ronny Abraham
28cc86f227
sync media files from current branch to destination branch
...
modified: modules/deploy.py
2016-11-08 19:36:25 +02:00
Ronny Abraham
7d6c179f6a
changed so sync now goes TO the destination branch, also changed variable name fro clarity
...
modified: modules/database.py
2016-11-08 19:33:49 +02:00
Ronny Abraham
441f8b4be6
streamlined code in database.backup
...
Changes to be committed:
modified: modules/database.py
2016-09-23 00:18:23 +03:00
Ronny Abraham
b74a15c9cc
got rid of some override code checking when doing debugging
...
Changes to be committed:
modified: ../../../modules/deploy.py
2016-09-21 17:12:11 +03:00
Ronny Abraham
f86404d634
added some debugging code in generate_gunicorn
...
Changes to be committed:
modified: ../../../modules/django.py
2016-09-21 17:11:34 +03:00
Ronny Abraham
23bf2b7c9c
staging and production project config files use specific gunicorn and nginx templates, changed the directory of those templates from scripts/conf to usr/etc
...
modified: staging.yml
2016-09-21 17:10:14 +03:00
Ronny Abraham
c6c062b333
modified: modules/django.py
2016-09-21 16:20:32 +03:00
Ronny Abraham
0ad9e5b772
Merge branch 'majorchange' of bitbucket.org:ronnyabraham/fabric into majorchange
2016-09-21 16:18:34 +03:00