summary refs log tree commit diff
path: root/INSTALL.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use python3 packages for Ubuntu (#6443)Andrew Morgan2019-12-021-2/+2
|
* update macOS installation instructionsMatthew Hodgson2019-11-201-2/+10
|
* Python 3.8 for tox (#6341)Richard van der Hoff2019-11-071-1/+1
| | | | | | | ... and update INSTALL.md to include py3.8. We'll also have to update the buildkite pipeline to run it
* Update email section of INSTALL.md about account_threepid_delegates (#6272)Andrew Morgan2019-10-301-7/+9
|
* Merge branch 'master' into developBrendan Abolivier2019-10-021-0/+7
|\
| * Update INSTALL.md with void-linux (#5873)Pete2019-09-191-0/+7
| |
* | (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-2/+2
| | | | | | | | | | Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
* | Update INSTALL.md to say that Python 2 is no longer supported (#5953)Aaron Raimist2019-09-021-2/+2
|/ | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* make user creation steps clearerNeil Johnson2019-08-081-5/+4
|
* Improve docs on choosing server_name (#5558)Richard van der Hoff2019-06-261-13/+18
| | | Fixes #4901
* Neilj/improve federation docs (#5419)Neil Johnson2019-06-111-13/+14
| | | | Add FAQ questions to federate.md. Add a health warning making it clear that the 1711 upgrade FAQ is now out of date.
* remove bloatNeil Johnson2019-06-061-10/+1
|
* Neilj/1.0 upgrade notes (#5371)Neil Johnson2019-06-061-1/+24
| | | | 1.0 upgrade/install notes
* Stop telling people to install the optional dependencies. (#5197)Richard van der Hoff2019-05-171-2/+2
| | | | | | | | | * Stop telling people to install the optional dependencies. They're optional. Also update the postgres docs a bit for clarity(?)
* remove instructions for jessie installation (#5164)Richard van der Hoff2019-05-091-16/+5
| | | We don't ship jessie packages, so these were a bit misleading.
* add gpg key fingerprintRichard van der Hoff2019-04-221-0/+2
|
* Update debian install docs for new key and repo (#5074)Richard van der Hoff2019-04-171-5/+25
|
* convert rst link to mdNeil Johnson2019-04-011-1/+1
|
* Document using a certificate with a full chain (#4849)Andrew Morgan2019-03-131-2/+6
|
* Merge branch 'master' of github.com:matrix-org/synapse into developNeil Johnson2019-03-121-2/+6
|\
| * Neilj/improved delegation doc 2 (#4832)Neil Johnson2019-03-121-2/+6
| | | | | | | | | | 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
* | Clarify what registration_shared_secret allows for (#2885) (#4844)Aaron Raimist2019-03-111-2/+2
|/ | | | | | | | | | * Clarify what registration_shared_secret allows for (#2885) Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
* clarify TLS instructionsRichard van der Hoff2019-02-191-20/+19
|
* README updates (#4621)Richard van der Hoff2019-02-121-13/+29
| | | | | | | Lots of updates to the README/INSTALL.md. Fixes #4601.
* Clarifications for reverse proxy docs (#4607)Richard van der Hoff2019-02-111-2/+3
| | | | | | | Factor out the reverse proxy info to a separate file, add some more info on reverse-proxying the federation port.
* Move ACME docs from INSTALL.md to ACME.mdAndrew Morgan2019-02-051-78/+1
|
* Merge branch 'release-v0.99.0' of github.com:matrix-org/synapse into ↵Andrew Morgan2019-02-051-14/+14
| | | | anoa/self_signed_upgrade
* Move things from README.rst to UPDATE.md (#4569)Richard van der Hoff2019-02-051-0/+487
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.