Anders Kaseorg 
							
						 
					 
					
						
						
							
						
						dfaea9df65 
					 
					
						
						
							
							shfmt: Reformat shell scripts with shfmt.  
						
						... 
						
						
						
						https://github.com/mvdan/sh 
Signed-off-by: Anders Kaseorg <anders@zulip.com > 
					
						2020-10-15 15:16:00 -07:00 
						 
				 
			
				
					
						
							
							
								Mateusz Mandera 
							
						 
					 
					
						
						
							
						
						27b15a9722 
					 
					
						
						
							
							install: Don't create internal realm in the installation process.  
						
						
						
						
					 
					
						2020-02-12 12:00:10 -08:00 
						 
				 
			
				
					
						
							
							
								Tim Abbott 
							
						 
					 
					
						
						
							
						
						dd969b5339 
					 
					
						
						
							
							install: Remove references to "Zulip Voyager".  
						
						... 
						
						
						
						"Zulip Voyager" was a name invented during the Hack Week to open
source Zulip for what a single-system Zulip server might be called, as
a Star Trek pun on the code it was based on, "Zulip Enterprise".
At the time, we just needed a name quickly, but it was never a good
name, just a placeholder.  This removes that placeholder name from
much of the codebase.  A bit more work will be required to transition
the `zulip::voyager` Puppet class, as that has some migration work
involved. 
						
						
					 
					
						2020-01-30 12:40:41 -08:00 
						 
				 
			
				
					
						
							
							
								Anders Kaseorg 
							
						 
					 
					
						
						
							
						
						bb19fed5a7 
					 
					
						
						
							
							initialize-database: Fix shellcheck warnings.  
						
						... 
						
						
						
						In scripts/setup/initialize-database line 38:
    echo -e "\033[32mPopulating default database failed."
             ^-- SC1117: Backslash is literal in "\0". Prefer explicit escaping: "\\0".
In scripts/setup/initialize-database line 42:
    echo -e "\033[0m"
             ^-- SC1117: Backslash is literal in "\0". Prefer explicit escaping: "\\0".
Signed-off-by: Anders Kaseorg <andersk@mit.edu > 
						
						
					 
					
						2018-08-03 09:15:26 -07:00 
						 
				 
			
				
					
						
							
							
								Greg Price 
							
						 
					 
					
						
						
							
						
						eb7eef02e8 
					 
					
						
						
							
							install: Suppress initialize-database instructions when redundant.  
						
						... 
						
						
						
						To do it, add a blob of getopt boilerplate at the top of the script;
and also fix a couple of nits of shell style while here. 
						
						
					 
					
						2018-03-06 19:43:02 -08:00 
						 
				 
			
				
					
						
							
							
								Tim Abbott 
							
						 
					 
					
						
						
							
						
						51d3ab1cb7 
					 
					
						
						
							
							initialize-database: Clean up final instructions.  
						
						... 
						
						
						
						Fixes  #3678 . 
					
						2017-02-21 20:19:16 -08:00 
						 
				 
			
				
					
						
							
							
								Anders Kaseorg 
							
						 
					 
					
						
						
							
						
						207cf6302b 
					 
					
						
						
							
							Always start python via shebang lines.  
						
						... 
						
						
						
						This is preparation for supporting using Python 3 in production.
Signed-off-by: Anders Kaseorg <andersk@mit.edu > 
						
						
					 
					
						2016-11-26 14:46:37 -08:00 
						 
				 
			
				
					
						
							
							
								Vishnu Ks 
							
						 
					 
					
						
						
							
						
						a7ead9e99d 
					 
					
						
						
							
							settings: Eliminate ADMIN_DOMAIN for creating initial realm.  
						
						... 
						
						
						
						We now use `./manage.py generate_realm_creation_link` as the flow flow
for creating one's first realm. 
						
						
					 
					
						2016-08-25 09:37:33 -07:00 
						 
				 
			
				
					
						
							
							
								Alexander Trost 
							
						 
					 
					
						
						
							
						
						8d4896809a 
					 
					
						
						
							
							Deduplication of configuration: Database Initialization  
						
						... 
						
						
						
						Comment tweaked slightly by tabbott. 
						
						
					 
					
						2016-08-05 13:33:22 -07:00 
						 
				 
			
				
					
						
							
							
								Sumana Harihareswara 
							
						 
					 
					
						
						
							
						
						07afc9d34b 
					 
					
						
						
							
							Move production health check doc to separate page.  
						
						
						
						
					 
					
						2016-07-12 15:46:10 -07:00 
						 
				 
			
				
					
						
							
							
								Eklavya Sharma 
							
						 
					 
					
						
						
							
						
						94e4b39112 
					 
					
						
						
							
							Replace python2.7 by python everywhere.  
						
						
						
						
					 
					
						2016-05-29 05:03:08 -07:00 
						 
				 
			
				
					
						
							
							
								Vladislav Manchev 
							
						 
					 
					
						
						
							
						
						dfbea01c8f 
					 
					
						
						
							
							Add support for running OpenBSD in development environment.  
						
						
						
						
					 
					
						2016-01-21 22:33:55 -08:00 
						 
				 
			
				
					
						
							
							
								Reid Barton 
							
						 
					 
					
						
						
							
						
						b2a92877ff 
					 
					
						
						
							
							Don't print echo commands in initialize-database post-success message.  
						
						
						
						
					 
					
						2015-12-25 10:38:44 -08:00 
						 
				 
			
				
					
						
							
							
								Steven Oud 
							
						 
					 
					
						
						
							
						
						d5435fad1d 
					 
					
						
						
							
							Consistently use /usr/bin/env python2.7 in shebangs and commands.  
						
						
						
						
					 
					
						2015-10-21 22:58:21 +00:00 
						 
				 
			
				
					
						
							
							
								Tim Abbott 
							
						 
					 
					
						
						
							
						
						e75ba630fb 
					 
					
						
						
							
							initialize-database: Make management command errors fatal again.  
						
						... 
						
						
						
						We accidentally made this non-fatal when we added the nice error
output telling users to run postgres-init-db. 
						
						
					 
					
						2015-10-15 12:21:46 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Abbott 
							
						 
					 
					
						
						
							
						
						92aebe595b 
					 
					
						
						
							
							Dramatically extend post-install documentation for production Zulip.  
						
						
						
						
					 
					
						2015-09-30 09:04:14 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Abbott 
							
						 
					 
					
						
						
							
						
						5bf66e04fc 
					 
					
						
						
							
							initialize-database: Print nice instructions for how to redo if fails.  
						
						... 
						
						
						
						Most of our installation process is idempotent, but this step in
particular is not, so it's important to provide a clear error message
about how to proceed. 
						
						
					 
					
						2015-09-29 18:27:27 -07:00 
						 
				 
			
				
					
						
							
							
								Anders Kaseorg 
							
						 
					 
					
						
						
							
						
						0d12dfd06f 
					 
					
						
						
							
							Improve shell quoting hygiene  
						
						... 
						
						
						
						Most of these problems were found by ShellCheck
(http://www.shellcheck.net ).
Signed-off-by: Anders Kaseorg <andersk@mit.edu > 
						
						
					 
					
						2015-09-25 23:25:08 -04:00 
						 
				 
			
				
					
						
							
							
								Reid Barton 
							
						 
					 
					
						
						
							
						
						a3d85f501b 
					 
					
						
						
							
							Create tsearch_extras in production database setup  
						
						... 
						
						
						
						(imported from commit e6c699b06f022d923b57ccee7ad778f870bf890d) 
						
						
					 
					
						2015-08-21 16:54:35 -07:00 
						 
				 
			
				
					
						
							
							
								David Roe 
							
						 
					 
					
						
						
							
						
						3f7cb34b00 
					 
					
						
						
							
							enterprise => voyager  
						
						... 
						
						
						
						(imported from commit 04be792bb480d5e5db1c91d296d1000cf1682571) 
						
						
					 
					
						2015-08-21 10:33:35 -07:00 
						 
				 
			
				
					
						
							
							
								Reid Barton 
							
						 
					 
					
						
						
							
						
						362f9c6c5f 
					 
					
						
						
							
							Django 1.7: syncdb and migrate are now synonyms  
						
						... 
						
						
						
						(imported from commit b8a1b2476892bab2418240b04deea6aa40ff1b03) 
						
						
					 
					
						2015-08-20 23:01:26 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Abbott 
							
						 
					 
					
						
						
							
						
						c54322f76a 
					 
					
						
						
							
							install: Move DROP SCHEMA PUBLIC to run in zulip database.  
						
						... 
						
						
						
						(imported from commit 1eef44e7255b8fe1314f7763ebfc6c04083305e5) 
						
						
					 
					
						2013-11-13 15:35:45 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Abbott 
							
						 
					 
					
						
						
							
						
						6bcd5a7ffc 
					 
					
						
						
							
							Update installation instructions to include configuring the app.  
						
						... 
						
						
						
						(imported from commit 89395815c32416ec0636efcff12eb76f5d890bbd) 
						
						
					 
					
						2013-11-13 12:02:50 -05:00