Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
731c33dd
Commit
731c33dd
authored
10 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Don't so heavily suggest you need to edit the default config. List the changed parameters.
parent
c2c3ee8e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
UPGRADE.rst
+7
-3
7 additions, 3 deletions
UPGRADE.rst
with
7 additions
and
3 deletions
UPGRADE.rst
+
7
−
3
View file @
731c33dd
...
@@ -7,7 +7,7 @@ To upgrade the database schema, run::
...
@@ -7,7 +7,7 @@ To upgrade the database schema, run::
The home server now requires setting up of SSL config before it can run. To
The home server now requires setting up of SSL config before it can run. To
automatically generate
som
e default config
that can be edited
use::
automatically generate
th
e default config use::
$ python synapse/app/homeserver.py \
$ python synapse/app/homeserver.py \
--server-name machine.my.domain.name \
--server-name machine.my.domain.name \
...
@@ -15,13 +15,17 @@ automatically generate some default config that can be edited use::
...
@@ -15,13 +15,17 @@ automatically generate some default config that can be edited use::
--config-path homeserver.config \
--config-path homeserver.config \
--generate-config
--generate-config
After editing the config, you can run the home server using::
This config can be edited if desired, for example to specify a different SSL
certificate to use. Once done you can run the home server using::
$ python synapse/app/homeserver.py --config-path homeserver.config
$ python synapse/app/homeserver.py --config-path homeserver.config
See the README.rst for more information.
See the README.rst for more information.
Also note that many config options have been renamed.
Also note that many config options have been renamed, including:
- "host" to "server-name"
- "database" to "database-path"
- "port" to "bind-port" and "unsecure-port"
Upgrading to v0.0.1
Upgrading to v0.0.1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment