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 Both sides next revision
digital:server:matrixsynapse [2019/06/30 18:29]
natrius Step 3 - changed description
digital:server:matrixsynapse [2019/06/30 18:30]
natrius Step 6 - spelling errors
Line 264: Line 264:
 Nginx installation and configuration as a reverse proxy for the Synapse homeserver has been completed. Nginx installation and configuration as a reverse proxy for the Synapse homeserver has been completed.
  
-### (Optional) Step 6 - Postgre instead of sqlite+### (Optional) Step 6 - PostgreSQL instead of sqlite
  
 While the step is marked as optional, it is **strongly encouraged** for any server that isn't purely for testing. While the step is marked as optional, it is **strongly encouraged** for any server that isn't purely for testing.
  
-#### Initial Postgresql setup+#### Initial PostgreSQL setup
  
 <code>sudo apt install postgresql</code> <code>sudo apt install postgresql</code>
Line 280: Line 280:
 To end the postgre line just type in ''\q'' and close the postegre-usershell with ''exit'' To end the postgre line just type in ''\q'' and close the postegre-usershell with ''exit''
  
-#### Set up Postgre for Synapse+#### Set up PostgreSQL for Synapse
  
 <code>sudo apt install python3-psycopg2</code> <code>sudo apt install python3-psycopg2</code>