Stanley Shilov
44735f103f
Account for numbers and/or lowercase letters in env vars
2015-11-10 03:42:34 -08:00
Alexander Trost
ce8c3b4d28
echo more for the prepareDirectories function
2015-11-07 22:35:00 +01:00
Alexander Trost
3b522e7d75
"Generate" the prod-static files in the Dockerfile
...
The zulip script update-prod-static isn't working, so we have to download a tarball and use the prod-static files folder
2015-11-07 14:42:07 +01:00
Alexander Trost
24744507d1
Added nodaemon option to supervisor command
2015-11-07 11:49:41 +01:00
Alexander Trost
a7a7c99b77
Generate the static files in the entrypoint.sh
2015-11-06 13:14:20 +01:00
Alexander Trost
83ec5602a8
Better linking of the zulip uploads folder
2015-10-26 12:16:09 +01:00
Alexander Trost
83feb20313
Hotfix for bad declared DB_ env var
2015-10-25 21:24:49 +01:00
Alexander Trost
4b46b0b2cb
Hotfix for the DB_ROOT_PASS missing -
2015-10-25 21:11:35 +01:00
Alexander Trost
3315378f75
Fixes to the bootstrapDatabase function
2015-10-25 16:33:15 +01:00
Alexander Trost
23051697cd
Fix for the zulip-puppet/files/createZulipAdmin.sh
2015-10-25 16:11:38 +01:00
Alexander Trost
d13cf0c507
Fixed the != "True"'s
2015-10-25 09:27:48 +01:00
Alexander Trost
88da55f1c6
Fixed the autoBackupConfiguration function
2015-10-25 09:25:24 +01:00
Alexander Trost
11e1c3bfa1
Currently removed Log2Zulip feature
...
Removed some uneeded files that were originally from zulip_internal ;)
Fixed the user creation script, now called createZulipAdmin.sh
2015-10-25 09:18:12 +01:00
Alexander Trost
f4b06eee38
Part 1 of a lot fixes to the user creation and more
2015-10-25 08:29:13 +01:00
Alexander Trost
10fc4890a7
Fixed the setConfigurationValue ... "literal"
2015-10-25 06:02:50 +01:00
Alexander Trost
cbafe39ba9
Fix for the ZULIP_AUTH_BACKENDS
2015-10-25 05:58:56 +01:00
Alexander Trost
94cdfbae34
Fixes for the rabbitmq_password env var
...
Ignore all rabbitmqctl error output
2015-10-25 05:31:06 +01:00
Alexander Trost
40f6afe26f
Final fix for the secretsConfiguration
2015-10-25 04:59:33 +01:00
Alexander Trost
a4918ba5e2
Fix for the problems with the secretsConfiguration
2015-10-25 04:14:14 +01:00
Alexander Trost
3b8023c721
Removed all echo "==="
...
Fixes for nginx
Fixes for rabbitmqctl commands
2015-10-25 02:14:48 +01:00
Alexander Trost
46b4857791
Fix for the nginx configuration (sed commands)
2015-10-25 02:37:36 +02:00
Alexander Trost
fbc2e2cf7f
Moved the appHelp and appVersion function to their right place
2015-10-25 01:27:16 +02:00
Alexander Trost
b5a9ef576b
Removed unnecessary empty line from cron files
...
Added backup and restore functions #32
Added autobackup cron job
2015-10-25 01:22:26 +02:00
Alexander Trost
e9c77bf100
Removed an unnecessary function from the entrypoint.sh
2015-10-24 23:56:00 +02:00
Alexander Trost
3f4d9662ff
Several fixes for entrypoint.sh
...
Added ZULIP_RUN_POST_SETUP_SCRIPTS env var, this adds the ability to execute scripts after the zulip setup/bootstrap phase and before the run phase.
2015-10-24 23:49:46 +02:00
Alexander Trost
4341e4882a
Removed unused variable ZULIP_SETTINGS
2015-10-24 17:53:48 +02:00
Alexander Trost
0ea0e4030d
Use setConfigurationValue in the authenticationBackends
...
Changed some var definitions to local
2015-10-24 17:52:33 +02:00
Alexander Trost
9dcd220ee4
Changed the comment "DB" to "DB aka Database
2015-10-24 15:39:19 +02:00
Alexander Trost
1134d69e2f
Change to the "Starting ..." message
2015-10-24 14:52:41 +02:00
Alexander Trost
80da2a717c
This should fix the problem with the setConfigurationValue function
2015-10-24 14:46:57 +02:00
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