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 [2019/06/30 18:26]
natrius [Step 1 - Update and Upgrade System]
digital:server:matrixsynapse [2019/06/30 18:30]
natrius Step 6 - spelling errors
Line 105: Line 105:
 ''%%registration_shared_secret%%: %%[shared_secred_key]%%'' ''%%registration_shared_secret%%: %%[shared_secred_key]%%''
  
-#### Check listener and federation port+#### Check ports
  
-Now check the HTTP and HTTPS listener port '8008' and the federation port '8448'**The best is to leave it default as it comes delivered** (watch here https://github.com/matrix-org/synapse/blob/master/docs/sample_config.yaml ), so check if it matches the follwing:+**The best is to leave it default as it comes delivered** (watch here https://github.com/matrix-org/synapse/blob/master/docs/sample_config.yaml ), so check if it matches the follwing:
  
 <code>sudoedit /etc/matrix-synapse/homeserver.yaml</code> <code>sudoedit /etc/matrix-synapse/homeserver.yaml</code>
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>