Add a README file documenting the installation process for local server.

(imported from commit 4fb149a39acb4dda7ee0d2f038212534f410e064)
This commit is contained in:
Tim Abbott 2013-11-05 14:47:32 -05:00
parent 5d5e662c08
commit b461e3c10e
1 changed files with 11 additions and 0 deletions

11
scripts/setup/README Normal file
View File

@ -0,0 +1,11 @@
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)