Commit graph

185 commits

Author SHA1 Message Date
Ronny Abraham
926a126fb8 add edit for meta configuration files 2019-06-02 22:31:41 +03:00
Ronny Abraham
0e69a5d65a add machine name to docker 2019-06-02 15:07:45 +03:00
Ronny Abraham
e83adf4a15 update the database creation files to make everything utf8 2019-04-17 11:15:30 +03:00
Ronny Abraham
35cfbcd4fd got rid of unnecessary server database name for admin 2019-04-17 11:14:13 +03:00
Ronny Abraham
880ce718e7 there was a bug where any build/* dir was being ignored, even build/* in the static apps, so I set it to /usr/etc/*/build/* 2019-04-11 17:24:50 +03:00
Ronny Abraham
9ba3f7d83a Merge branch 'py3' of bitbucket.org:ronnyabraham/fabric into py3 2019-04-11 01:51:39 +03:00
Ronny Abraham
beb2156b47 updated readmes and added new ones 2019-04-11 01:51:25 +03:00
Ronny Abraham
a380f55dba some changes to fixtures code 2019-03-28 14:35:54 +02:00
Ronny Abraham
faa2bbb0c9 update local generated so that it has a cleaer description of the database 2019-02-13 21:18:42 +02:00
Ronny Abraham
b961dad932 updated generate so it creates a generated local file that is imported by the normal local file 2019-02-12 01:21:05 +02:00
Ronny Abraham
0211723fe9 add import for custom local settings 2019-02-11 23:50:30 +02:00
Ronny Abraham
54654dbf4c update jinja settings so the entire server backend name must be loaded up 2019-02-11 23:28:18 +02:00
Ronny Abraham
16f43982a0 update django generate local settings os that it copies over internally generated values from the project files rather than directly connecting. this means ALL projects need to be updated wihenever project configuraiton settings are changed 2019-02-09 23:48:04 +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
73bdebbf1a added python3 support to pip virtualenv setup 2019-02-06 21:44:16 +02:00
Ronny Abraham
2dffeaa1b9 fixed the startapp and manage so that startapp does not create a directory (leads to an error) and instead added arg to manage to specify working directory where the manage command would be run in 2018-11-09 11:27:28 +02:00
Ronny Abraham
e270402ac9 updated fabric allowed hosts 2018-11-09 10:16:13 +02:00
Ronny Abraham
8dab351ce6 add logging 2018-11-01 01:34:30 +02:00
Ronny Abraham
257de6483d got rid of comments in supervisor, updated edit method in nginx 2018-10-25 20:45:11 +03:00
Ronny Abraham
a3fcded489 add logs to edit 2018-10-25 20:37:36 +03:00
Ronny Abraham
ebb0e6fdbe updated edit to use log files 2018-10-25 20:37:15 +03:00
Ronny Abraham
17468643b6 modify import statements 2018-10-25 20:36:53 +03:00
Ronny Abraham
b9d252a1fc modified import statements in deploy to resolve conflict that led to docker and database modules being considered a submodule of deploy 2018-10-24 02:42:27 +03:00
Ronny Abraham
4eba2cbf5a updating for python3 2018-10-18 12:45:07 +03:00
Ronny Abraham
15ffc7ac8c update deploy so packages are found 2018-10-18 06:33:23 +03:00
Ronny Abraham
a98f1635f4 update so that mkvirtualenv will install python3 2018-10-18 06:33:10 +03:00
Ronny Abraham
acc2392182 updated settings for python3/django2.0 2018-10-17 23:25:26 +03:00
Ronny Abraham
df846a1275 removing unnecessary old django settings files 2018-10-17 23:24:05 +03:00
Ronny Abraham
a5677a96a0 updated print funcs 2018-10-17 23:08:51 +03:00
Ronny Abraham
dc02488e8b fix import statements 2018-10-17 22:52:15 +03:00
Ronny Abraham
d75e93f235 fixed print statements 2018-10-17 22:52:00 +03:00
Ronny Abraham
a97698ae9a fixed print statements to be in python3 2018-10-17 22:48:54 +03:00
Ronny Abraham
33b11f3df8 added help message to django.generate 2018-10-16 03:42:26 +03:00
Ronny Abraham
4ccbe25f25 the allowedhosts value was a list, and I was putting it inside another list [ ] set to ALLOWED_HOSTS 2018-10-16 03:26:03 +03:00
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