Commit Graph

37 Commits (8503564a77152e407af8d2d74f588c03a5c63120)

Author SHA1 Message Date
txt-file ae219fb411
update debian installation instructions to recommend installing `virtualenv` instead of `python3-virtualenv` ()
* change debian package from python3-virtualenv to virtualenv

The virtualenv package is needed for the virtualenv command. The
virtualenv package depends on python3-virtualenv (at least since
debian jessie) so there is no need to specify python3-virtualenv
additionally.

Signed-off-by: Vieno Hakkerinen <vieno@hakkerinen.eu>

* Add changelog

Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
2020-03-27 15:02:00 +00:00
Andrew Morgan 7bab642707
Various cleanups to INSTALL.md () 2020-03-25 13:56:40 +00:00
Kartikaya Gupta (kats) e341518f92
Update pre-built package name for FreeBSD (). ()
Signed-off-by: Kartikaya Gupta <kats@trevize.staktrace.com>
2020-03-23 15:31:02 +00:00
Richard von Kellner 6d110ddea4
Update INSTALL.md updated CentOS8 install instructions () 2020-03-17 21:48:23 +00:00
Uday Bansal e4ffb14d57
Fix last date for ACMEv1 install ()
Support for getting TLS certificates through ACMEv1 ended on November 2019.

Signed-off-by: Uday Bansal <43824981+udaybansal19@users.noreply.github.com>
2020-02-29 23:37:23 +00:00
Andrew Morgan 8f6d9c4cf0
Small grammar fixes to the ACME v1 deprecation notice ()
Some small fixes to the copy in .
2020-02-21 08:53:01 +00:00
Brendan Abolivier ffe1fc111d
Update INSTALL.md
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2020-02-13 18:16:48 +00:00
Brendan Abolivier 71cc6bab5f
Update INSTALL.md to recommend reverse proxying and warn about ACMEv1 deprecation 2020-02-13 17:22:44 +00:00
Richard van der Hoff 937dea42e7 update install notes for CentOS 2020-01-09 18:11:04 +00:00
Andrew Morgan 0ad75fd98e
Use python3 packages for Ubuntu () 2019-12-02 15:09:57 +00:00
Matthew Hodgson 9cc168e42e update macOS installation instructions 2019-11-20 18:44:45 +00:00
Richard van der Hoff c5abb67e43
Python 3.8 for tox ()
... and update INSTALL.md to include py3.8.

We'll also have to update the buildkite pipeline to run it
2019-11-07 17:14:13 +00:00
Andrew Morgan 7e17959984
Update email section of INSTALL.md about account_threepid_delegates () 2019-10-30 11:37:56 +00:00
Brendan Abolivier baf12bc02a Merge branch 'master' into develop 2019-10-02 14:41:02 +01:00
Pete a136137b2e Update INSTALL.md with void-linux () 2019-09-19 09:52:59 +01:00
dstipp 379d2a8c39 () Convert rst to markdown ()
Converting some of the rst documentation to markdown.  Attempted to
preserve whitespace and line breaks to minimize cosmetic change.
2019-09-17 12:55:29 +01:00
Aaron Raimist cee00a3584 Update INSTALL.md to say that Python 2 is no longer supported ()
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-09-02 11:27:39 +01:00
Neil Johnson 1016f303e5
make user creation steps clearer 2019-08-08 14:58:21 +01:00
Richard van der Hoff 2d91988799
Improve docs on choosing server_name ()
Fixes 
2019-06-26 15:15:04 +01:00
Neil Johnson 426218323b
Neilj/improve federation docs ()
Add FAQ questions to federate.md. Add a health warning making it clear that the 1711 upgrade FAQ is now out of date.
2019-06-11 12:17:43 +01:00
Neil Johnson 8acde3dc47
remove bloat 2019-06-06 18:00:06 +01:00
Neil Johnson 833c406b9b
Neilj/1.0 upgrade notes ()
1.0 upgrade/install notes
2019-06-06 17:23:02 +01:00
Richard van der Hoff 7ce1f97a13
Stop telling people to install the optional dependencies. ()
* Stop telling people to install the optional dependencies.

They're optional.

Also update the postgres docs a bit for clarity(?)
2019-05-17 12:38:03 +01:00
Richard van der Hoff 84cebb89cc
remove instructions for jessie installation ()
We don't ship jessie packages, so these were a bit misleading.
2019-05-09 22:53:46 +01:00
Richard van der Hoff 3d26eae14a
add gpg key fingerprint 2019-04-22 14:36:51 +01:00
Richard van der Hoff 95c603ae6f
Update debian install docs for new key and repo () 2019-04-17 23:52:00 +01:00
Neil Johnson ed1ce0333c
convert rst link to md 2019-04-01 12:53:08 +01:00
Andrew Morgan 7998ca3a66
Document using a certificate with a full chain () 2019-03-13 15:26:29 +00:00
Neil Johnson 332b60ec68 Merge branch 'master' of github.com:matrix-org/synapse into develop 2019-03-12 17:15:21 +00:00
Neil Johnson 8b692bf7c2
Neilj/improved delegation doc 2 ()
Improved federation configuration docs.  Specifically detailing  .well-known and SRV based delegation methods. 

Inspiration Valentin Lab <valentin.lab@kalysto.org> for https://github.com/matrix-org/synapse/pull/4781
2019-03-12 14:23:28 +00:00
Aaron Raimist 8ea1b41a0e Clarify what registration_shared_secret allows for () ()
* Clarify what registration_shared_secret allows for ()

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Add changelog

Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-03-11 18:21:52 +00:00
Richard van der Hoff 49b58f0a16
clarify TLS instructions 2019-02-19 13:09:38 +00:00
Richard van der Hoff 2418b91bb7
README updates ()
Lots of updates to the README/INSTALL.md.

Fixes .
2019-02-12 10:53:28 +00:00
Richard van der Hoff c475275926
Clarifications for reverse proxy docs ()
Factor out the reverse proxy info to a separate file, add some more info on
reverse-proxying the federation port.
2019-02-11 11:44:28 +00:00
Andrew Morgan 0af50020fd Move ACME docs from INSTALL.md to ACME.md 2019-02-05 15:49:34 +00:00
Andrew Morgan c433d4c4d2 Merge branch 'release-v0.99.0' of github.com:matrix-org/synapse into anoa/self_signed_upgrade 2019-02-05 15:43:26 +00:00
Richard van der Hoff 4561f3baa0
Move things from README.rst to UPDATE.md ()
The readme was getting pretty unmanageable and hard to grok. This is an attempt to simplify things by moving installation instructions from the README to a separate file. I've tried to resist the temptation to fix too much stuff while I'm here - it mostly just copies-and-pastes from one doc to the other, and changes from rst to md syntax.
2019-02-05 13:55:21 +00:00