Alexander Trost
4c7efdacb4
Changed AUTH_BACKEND_VAR to AUTH_BACKEND_KEY
2015-10-21 23:24:08 +02:00
Alexander Trost
e2b9dcef67
Fix for ZULIP_AUTH_BACKENDS_* settings
2015-10-21 23:23:08 +02:00
Alexander Trost
2478b5e948
More fixes for the env var setup
2015-10-21 22:33:18 +02:00
Alexander Trost
192793cf36
Several fixes for wrongly replaced env vars
2015-10-21 22:24:15 +02:00
Alexander Trost
8d356c343e
Added node argument to rabbitmqctl commands
2015-10-21 22:11:39 +02:00
Alexander Trost
cd8d6c89bf
Added RABBITMQ_PASS to docker-compose.yml
2015-10-21 21:41:10 +02:00
Alexander Trost
f2f5d1b871
Change RABBITMQ_PASSWORD settings var already in rabbitmq setup
2015-10-21 21:38:25 +02:00
Alexander Trost
edd5788cdd
This should fix the problems with rabbitmq (+ rabbitmq setup)
2015-10-21 21:30:24 +02:00
Alexander Trost
70a6f43c20
Merge branch 'master' into dev
2015-10-21 19:30:46 +02:00
Alexander Trost
54c4f01c8b
Merge branch 'cmcneil-master'
2015-10-21 19:23:37 +02:00
Carson McNeil
d50e49b876
Added -d flag to docker run commands in script. This is necessary because otherwise the bash script wont run the next line while the first container is still up.
2015-10-21 11:01:06 -07:00
Alexander Trost
1c983b88f2
Removed the dot from .zulip-secrets.conf
2015-10-21 18:09:18 +02:00
Alexander Trost
24baabd3cf
This could fix the errors appearing in dev branch
2015-10-21 16:41:57 +02:00
Alexander Trost
08324662c5
Expect exitcode 200 from zulip_postsetup script so we know everythings okay
2015-10-21 15:47:12 +02:00
Alexander Trost
0be186ca11
Added some comments for documentation purpose
2015-10-21 15:32:12 +02:00
Alexander Trost
e31ae82235
Changed the *_PORT vars to *_HOST_PORT
...
Docker creates them by default, so we change this up
2015-10-21 15:23:55 +02:00
Alexander Trost
0dc25e2bc9
Fixes to the old veresion env vars
2015-10-21 15:06:18 +02:00
Alexander Trost
a6ca3a24cd
Moved most env vars from Dockerfile to entrpoint.sh
...
A little bit of clean up for other versions of Zulip
2015-10-21 14:56:30 +02:00
Alexander Trost
ca3eeec66b
Clean up the env vars
...
Fixed the checksum fail during build.
2015-10-21 14:47:46 +02:00
Alexander Trost
dae17c8d74
New Zulip version 1.3.7
2015-10-21 13:48:10 +02:00
Alexander Trost
bce77ab255
Fixed wrong kubernetes rc version
2015-10-21 13:39:36 +02:00
Alexander Trost
f477014458
Fixed the version tags
2015-10-21 13:38:53 +02:00
Alexander Trost
8bec64a6c6
Removed ZULIP_AUTO_GENERATE_CERTS env var override
1.3.6
2015-10-21 13:33:01 +02:00
Alexander Trost
fecac8357d
Just a small change
2015-10-21 13:18:17 +02:00
Alexander Trost
b0855e33f9
Ain't nobody needs ntp and molly-guard in a container
2015-10-21 13:02:20 +02:00
Alexander Trost
7b452c6a1d
Changed the postgres user back to the env var DB_USER
2015-10-21 12:47:04 +02:00
Alexander Trost
103aaf775f
Removed the "IF NOT EXISTS" in the querys
2015-10-21 12:23:37 +02:00
Alexander Trost
e902dd5605
Fixed the "CREATE DATABASE zulip" query
2015-10-21 10:23:07 +02:00
Alexander Trost
e3accd1f7d
Changed echo """ to echo "
2015-10-21 09:14:46 +02:00
Alexander Trost
1e9c32c1af
Changed $DB_USER to postgres root in querys
...
Some querys have to be made as postgres user (aka root)
2015-10-21 09:11:56 +02:00
Alexander Trost
fb29a6b279
Added IF NOT EXISTS to querys
2015-10-21 09:07:26 +02:00
Alexander Trost
477f3b1acc
Added ZULIP_CERTIFICATE_C/ST/L/O/CN env vars to support easier cert creation
2015-10-20 19:17:35 +02:00
Alexander Trost
db9492e9af
Added auto generation of certificates
...
Env var ZULIP_AUTO_GENERATE_CERTS is enabled by default, but will not overwrite your own certs!
ZULIP_AUTO_GENERATE_CERTS is "True" by default, to make the setup easier.
2015-10-20 19:10:40 +02:00
Alexander Trost
b2775d51b6
Supress errors from rabbitmqctl
...
Errors from rabbitmqctl are just a bit spammy and not needed.
2015-10-20 18:28:17 +02:00
Alexander Trost
6fc77ad243
Moved the includes/zulip-puppet to the repo root
2015-10-20 10:17:56 +02:00
Alexander Trost
3592466631
Added forgotten camo, rabbitmq container to the kubernetes deployment file
2015-10-20 10:15:58 +02:00
Alexander Trost
4fa5464ab8
Added kubernetes deployment files
...
Remove the file includes/zulip-puppet-config
2015-10-20 10:05:29 +02:00
Alexander Trost
c5ea46217c
Stop shellcheck from showing an error here
2015-10-20 09:20:15 +02:00
Alexander Trost
c5814b619b
Added manage.py execution case
2015-10-20 08:09:40 +02:00
Alexander Trost
3026de8df6
Added note about the puppet manifests originally taken from the zulip/zulip project
2015-10-19 23:45:12 +02:00
Alexander Trost
4edf2e0468
Removed the includes/postgresql-9.3-tsearch-extras folder (not needed anymore)
...
Some small changes to the entrypoint.sh
2015-10-19 23:10:50 +02:00
Alexander Trost
a94ad02096
Fixes over fixes for the ZULIP_SECRETS_*
2015-10-19 22:58:06 +02:00
Alexander Trost
cd75ef7033
This should fix the problems with the automatic user creation
2015-10-19 18:43:20 +02:00
Alexander Trost
b617f0fab2
Remove all .zulip-* files before creating the new version file
2015-10-19 17:22:22 +02:00
Alexander Trost
52505ce28a
We don't need two times sleep
2015-10-19 12:09:01 +02:00
Alexander Trost
3778eed191
This could potentially fix the user creation bug
2015-10-19 11:56:37 +02:00
Alexander Trost
fa68127de8
Removed the warning from the README.md
2015-10-18 23:55:07 +02:00
Alexander Trost
b085e36fae
Moved some stuff around in the entrypoint.sh
...
Removed the "copy settings.py" env var
2015-10-18 23:41:15 +02:00
Alexander Trost
32991a5a9b
This should fix the uploads directory permission errors
2015-10-18 23:34:05 +02:00
Alexander Trost
ba2aae7b48
This should finally fix the problems with the user creating
2015-10-18 23:31:33 +02:00