zulip/scripts/setup
Tim Abbott b461e3c10e Add a README file documenting the installation process for local server.
(imported from commit 4fb149a39acb4dda7ee0d2f038212534f410e064)
2013-11-12 15:57:01 -05:00
..
configure-rabbitmq Move get-django-setting to bin/. 2013-10-28 10:54:48 -04:00
create-database install: Script the install process more fully. 2013-11-12 15:57:01 -05:00
generate_localserver_secrets.py generate_localserver_secrets: Fix path to camo defaults file. 2013-11-12 09:34:25 -05:00
install install: Script the install process more fully. 2013-11-12 15:57:01 -05:00
postgres-init-db postgres-init-db: Don't hardcode LOCAL_DATABASE_PASSWORD. 2013-11-12 09:38:43 -05:00
README Add a README file documenting the installation process for local server. 2013-11-12 15:57:01 -05:00

This file documents how to install the Zulip local server:

(0) Install certificates to /etc/ssl/private/zulip-local-server.key and /etc/ssl/certs/zulip-local-server.combined-chain.crt

(1) download zulip-server.tar.gz

(2) unpack and then move to /root/zulip

(3) run /root/zulip/scripts/setup/install <TARBALL>

(4)