meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
digital:server:matrixsynapse [2020/11/13 11:19]
natrius rss-test #4 - a minor change
digital:server:matrixsynapse [2021/01/16 17:48]
natrius Changed title, added 20.04.1
Line 1: Line 1:
 # Matrix Synapse # Matrix Synapse
  
-[[https://matrix.org/|Matrix]] is an open standard for interoperable, decentralised, real-time communication over IP. It can be used to power Instant Messaging, VoIP and Internet of Things communication - or anywhere you need a standard HTTP API for publishing and subscribing to data whilst tracking the conversation history.+[[https://matrix.org/|Matrix]] is an open standard for interoperable, decentralised, real-time communication over IP. It can be used to power Instant Messaging, VoIP and Internet of Things communication - or anywhere you need a standard HTTP API for publishing and subscribing to data whilst tracking the conversation history. 
  
 Synapse is a reference homeserver implementation from the core development team at matrix.org, written in Python/Twisted. Synapse is a reference homeserver implementation from the core development team at matrix.org, written in Python/Twisted.
Line 9: Line 9:
 This guide explains one way to setup a Synapse server. There are many other correct ways to setup a Matrix server and that is the reason why there are so many guides. Feel free to choose the guide that suits your setup the best. This guide explains one way to setup a Synapse server. There are many other correct ways to setup a Matrix server and that is the reason why there are so many guides. Feel free to choose the guide that suits your setup the best.
  
-## How to install Synapse on Ubuntu 18.04 LTS+## How to install Synapse on Ubuntu Server 18.04 LTS (and Ubuntu Server 20.04.1 LTS)
  
 ### Prerequisites ### Prerequisites