Commit Graph

147 Commits

Author SHA1 Message Date
Alexander Trost
bed81492c6 Create the certs directory when it doesn't exists 2015-10-18 11:56:03 +02:00
Alexander Trost
d20b124072 Fixed the perms of generate_certs.sh script 2015-10-18 11:53:50 +02:00
Alexander Trost
4c57150511 Added a script to generate the certificates 2015-10-18 11:51:32 +02:00
Alexander Trost
0f865c1a19 Added checks for the missing certificates
This should fix the nginx and cron supervisor "jobs"
2015-10-18 11:46:00 +02:00
Alexander Trost
821328a343 Added updated README.md 2015-10-18 01:47:35 +02:00
Alexander Trost
ef61cfb93f Replaced all 2 space intents with 4 space intents 2015-10-18 01:31:51 +02:00
Alexander Trost
c9be5868d3 Fixes to the process_fts_updates
Added nginx.conf for supervisord
2015-10-18 01:26:58 +02:00
Alexander Trost
2339075d38 Fixes for the entrypoint.sh 2015-10-18 00:31:53 +02:00
Alexander Trost
5261f6ad8a Fixed the rabbitmq entry in the docker-compose.yml 2015-10-18 00:08:49 +02:00
Alexander Trost
56427cc713 Switched to quay.io/sameersbn/ubuntu:14.04 as base image
quay.io/sameersbn/ubuntu:14.04.20151011
2015-10-12 12:32:43 +02:00
Alexander Trost
42bc4bc1c0 Fixes for the RABBITMQ_HOST 2015-10-12 12:24:48 +02:00
Alexander Trost
6bc34d68d2 Remove the rabbitmq-server supervisord file
This should "add" the RABBITMQ_HOST var support
2015-10-12 12:22:36 +02:00
Alexander Trost
bbde47a962 Removed the TODO file and created tickets 2015-10-12 09:38:17 +02:00
Alexander Trost
ccb2be615b Fixed the rabbitmq image url 2015-10-12 09:34:30 +02:00
Alexander Trost
8a9666b766 Switched the docker-compose.yml to quay.io instead of docker.io
Quay.io builds like 5-10x times faster than the docker hub.
2015-10-12 09:32:25 +02:00
Alexander Trost
238cb31238 Added the postgres tsearch extras folder to the .dockerignore 2015-10-12 09:22:16 +02:00
Alexander Trost
1b89fc729f Removed the "custom" setting env vars from the dockerfile 2015-10-12 09:14:46 +02:00
Alexander Trost
a681272bf9 Added rabbitmq-server.conf for supervisord
Zulip currently does not support "external" rabbitmq server
If docker would "bind" services to the containers local host like in kubernetes it would work..
2015-10-11 23:08:03 +02:00
Alexander Trost
ff4198a724 Fixed the waiting for database server loop 2015-10-11 21:34:39 +02:00
Alexander Trost
d5a559118c Fixed the database section in the docker-compose.yml 2015-10-11 19:55:46 +02:00
Alexander Trost
98f67bba76 Added postgres textsearch dictionarys
Added wait function for database
2015-10-11 19:53:16 +02:00
Alexander Trost
e3f0c3767d Fixed wrong postgres data volume 2015-10-11 13:18:09 +02:00
Alexander Trost
bdce85a490 Should fix the postgres tsearch related errors 2015-10-11 13:14:49 +02:00
Alexander Trost
f9b0b28ec6 More fixes for the entrypoint.sh 2015-10-11 04:51:16 +02:00
Alexander Trost
f8a6062216 Some general fixes 2015-10-11 04:29:49 +02:00
Alexander Trost
99f8f1564a Added missing env vars to docker-compose.yml 2015-10-11 03:58:21 +02:00
Alexander Trost
4cd97967a8 Added DEBIAN_FRONTEND=noninteractive to apt-get install 2015-10-11 03:22:30 +02:00
Alexander Trost
952ce59c1f Fix for sed not working correctly 2015-10-10 23:09:16 +02:00
Alexander Trost
ddb1d7438c Fixed some stuff in th entrypoint.sh 2015-10-10 22:56:05 +02:00
Alexander Trost
bf3dc85791 Fixed DB connection in docker-compose.yaml 2015-10-10 16:00:34 +02:00
Alexander Trost
8cffb1d3a2 Fixed some errors related to the entrypoint.sh 2015-10-10 15:59:30 +02:00
Alexander Trost
917e5a811a Added check if we need to sed or echo add it 2015-10-09 16:28:42 +02:00
Alexander Trost
8c73c5c4cb Changed the function names 2015-10-09 15:05:23 +02:00
Alexander Trost
0eb8a1dff1 Modify secret if it exists 2015-10-09 11:51:07 +02:00
Alexander Trost
e0e3de854d Removed the comment with the regex 2015-10-09 10:53:50 +02:00
Alexander Trost
17c9e6b5fd Made the POSSIBLE_SETTINGS array multi line 2015-10-09 10:29:12 +02:00
Alexander Trost
d8609e0937 Cat the zulip settings file for testing purpose 2015-10-08 23:15:44 +02:00
Alexander Trost
157b3c1549 Fixed the case statement
Fixes for the database-data-setup function
2015-10-08 23:12:33 +02:00
Alexander Trost
20dbd2c681 Changed the zulip/zulip functions comment a bit 2015-10-08 18:49:05 +02:00
Alexander Trost
c787bdf65a Fixed wrong case statement
Added default for REDIS_* case
2015-10-08 17:44:27 +02:00
Alexander Trost
3a03f44756 Added True False matching to REDDIT_RATE_LIMITING 2015-10-08 17:32:11 +02:00
Alexander Trost
a3c6ca063a Some improvements to the zulip-setup-external-services() function 2015-10-08 17:26:35 +02:00
Alexander Trost
643d44a976 Added missing python "from zserver..." in db settings 2015-10-08 16:48:12 +02:00
Alexander Trost
85dbca035f Fixed the postgres user argument 2015-10-08 16:41:38 +02:00
Alexander Trost
58644fb710 Added fix for missing $ZULIP_DIR/uploads 2015-10-08 13:05:25 +02:00
Alexander Trost
d52a77ffb0 Fixed the name change of ZULIP_COPY_SETTINGS 2015-10-08 08:53:59 +02:00
Alexander Trost
831d8f4910 Removed the ZULIP_USE_EXTERNAL_SETTINGS var
Replaced the ZULIP_SAVE_SETTINGS... with ZULIP_COPY_SETTINGS var
2015-10-08 08:52:09 +02:00
Alexander Trost
a7fb788433 Finally added the zulip-setup-external-services function to the "init" 2015-10-08 08:37:34 +02:00
Alexander Trost
f744a8f608 Added camo settings setup 2015-10-07 21:31:34 +02:00
Alexander Trost
0674e8f848 Added forgotten database settings part 2015-10-07 14:40:41 +02:00