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
3bffd14b
Commit
3bffd14b
authored
10 years ago
by
Matthew Hodgson
Browse files
Options
Downloads
Patches
Plain Diff
fix quickstart slightly
parent
ab6e1abe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+6
-6
6 additions, 6 deletions
README.rst
with
6 additions
and
6 deletions
README.rst
+
6
−
6
View file @
3bffd14b
...
@@ -6,7 +6,7 @@ VoIP[1]. The basics you need to know to get up and running are:
...
@@ -6,7 +6,7 @@ VoIP[1]. The basics you need to know to get up and running are:
- Chatrooms are distributed and do not exist on any single server. Rooms
- Chatrooms are distributed and do not exist on any single server. Rooms
can be found using names like ``#matrix:matrix.org`` or
can be found using names like ``#matrix:matrix.org`` or
``#test:localhost:80
8
0`` or they can be ephemeral.
``#test:localhost:800
8
`` or they can be ephemeral.
- Matrix user IDs look like ``@matthew:matrix.org`` (although in the future
- Matrix user IDs look like ``@matthew:matrix.org`` (although in the future
you will normally refer to yourself and others using a 3PID: email
you will normally refer to yourself and others using a 3PID: email
...
@@ -14,8 +14,8 @@ VoIP[1]. The basics you need to know to get up and running are:
...
@@ -14,8 +14,8 @@ VoIP[1]. The basics you need to know to get up and running are:
The overall architecture is::
The overall architecture is::
client <----> homeserver <=================> homeserver <----
-
> client
client <----> homeserver <=================
====
> homeserver <----> client
e.g.
matrix.org
:8080 e.g.
mydomain.net
:8080
https://
matrix.org
/_matrix https://
mydomain.net
/_matrix
Quick Start
Quick Start
===========
===========
...
@@ -25,15 +25,15 @@ To get up and running:
...
@@ -25,15 +25,15 @@ To get up and running:
- To simply play with an **existing** homeserver you can
- To simply play with an **existing** homeserver you can
just go straight to http://matrix.org/alpha.
just go straight to http://matrix.org/alpha.
- To run your own **private** homeserver on localhost:80
8
0, install synapse
- To run your own **private** homeserver on localhost:800
8
, install synapse
with ``python setup.py develop --user`` and then run one with
with ``python setup.py develop --user`` and then run one with
``python synapse/app/homeserver.py`` - you will find a webclient running
``python synapse/app/homeserver.py`` - you will find a webclient running
at http://localhost:80
8
0 (use a recent Chrome, Safari or Firefox for now,
at http://localhost:800
8
(use a recent Chrome, Safari or Firefox for now,
please...)
please...)
- To make the homeserver **public** and let it exchange messages with
- To make the homeserver **public** and let it exchange messages with
other homeservers and participate in the overall Matrix federation, open
other homeservers and participate in the overall Matrix federation, open
up port 8
080
and run ``python synapse/app/homeserver.py --host
up port 8
448
and run ``python synapse/app/homeserver.py --host
machine.my.domain.name``. Then come join ``#matrix:matrix.org`` and
machine.my.domain.name``. Then come join ``#matrix:matrix.org`` and
say hi! :)
say hi! :)
...
...
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