Commit Graph

135 Commits

Author SHA1 Message Date
Alexander Trost
7aa0f59da6 Some very small changes 2015-10-24 03:45:33 +02:00
Alexander Trost
6d7ceb0460 Just some small changes 2015-10-24 03:28:14 +02:00
Alexander Trost
0fb94d6e16 This should fix the regex (line 123) 2015-10-24 03:26:46 +02:00
Alexander Trost
4d49a399af Fixes for the setConfigurationValue 2015-10-24 02:25:12 +02:00
Alexander Trost
0317d89b1d Fixes for the setConfigurationValue function 2015-10-24 01:53:19 +02:00
Alexander Trost
cd751c7c0a Added some more set +e and set -e to $? 2015-10-24 01:21:59 +02:00
Alexander Trost
9d53f3419d Added set +e and set -e to grep commands 2015-10-24 01:20:06 +02:00
Alexander Trost
1e9b9bd317 Fix for /root/zulip/scripts/setup/generate_secrets.py: permission denied 2015-10-24 00:19:02 +02:00
Alexander Trost
5d9c2acfb0 Removed postgresql-9.3 from the packages to install
Fixes and tweaks for the entrypoint.sh #31
Added currently experimental Log2Zulip env vars and functions
Cleand and reformatted some Zulip puppet manifests
2015-10-23 23:45:12 +02:00
Alexander Trost
64a5cde994 Execute the /root/zulip/scripts/setup/generate_secrets.py as user zulip 2015-10-23 22:17:17 +02:00
Alexander Trost
16649298fc Fixed some bugs in the revamped entrypoint.sh 2015-10-23 22:16:18 +02:00
Alexander Trost
6fae57454e Added missing function to appRun 2015-10-23 21:54:52 +02:00
Alexander Trost
c4711666fe Removed a local at the wrong place 2015-10-23 20:05:55 +02:00
Alexander Trost
531232e6ff Fixed the entrypoint.sh permissions 2015-10-23 19:14:30 +02:00
Alexander Trost
fb32f42c95 Clean up of all files #31 2015-10-23 19:13:51 +02:00
Alexander Trost
0a5e969daa Added the current "namespace" to all log messages 2015-10-22 22:43:18 +02:00
Alexander Trost
f07669881e Changed some output messages to be a bit more meaningful 2015-10-22 19:39:24 +02:00
Alexander Trost
3818a5a3ee Set default value for env var ZULIP_AUTO_GENERATE_CERTS 2015-10-22 18:48:33 +02:00
Alexander Trost
8a5aeb8011 Fixes to the entrypoint.sh 2015-10-22 17:53:57 +02:00
Alexander Trost
3adf602d09 Removed uneeded variable from entrypoint.sh 2015-10-22 16:42:34 +02:00
Alexander Trost
573bbee657 This fixes the change to zproject/settings.py 2015-10-22 16:36:35 +02:00
Alexander Trost
d116b77945 Added check for True or False in case for SET_SETTINGS 2015-10-22 16:10:46 +02:00
Alexander Trost
59fb721747 We now link /etc/zulip/settings.py to /data/zulip-settings.py 2015-10-22 15:27:32 +02:00
Alexander Trost
5f3ff5f0a9 Fixed a problem with the process_fts_updates script 2015-10-22 14:41:32 +02:00
Alexander Trost
254d643b44 Hotfix for static set ZULIP_AUTH_BACKENDS 2015-10-22 10:32:21 +02:00
Alexander Trost
84e7e91fc8 Changed the behaviour of ZULIP_AUTH_BACKENDS
ZULIP_AUTH_BACKENDS is now a comma seperated list with authentication backends
2015-10-22 10:22:55 +02:00
Alexander Trost
113b7d12c6 Cleaned up some functions
Added #24
2015-10-22 08:41:54 +02:00
Alexander Trost
7ec534f69e export of the ZULIP_USER_* env vars is needed in order for the user create script to function properply 2015-10-22 00:04:07 +02:00
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
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
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
8bec64a6c6 Removed ZULIP_AUTO_GENERATE_CERTS env var override 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
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