Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Pleroma
relay
Commits
b1a2989b
Commit
b1a2989b
authored
1 year ago
by
Izalia Mae
Browse files
Options
Downloads
Patches
Plain Diff
update installation docs to replace git+http url with pypi package
parent
fd0b9fb7
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!58
version 0.3.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation.md
+8
-8
8 additions, 8 deletions
docs/installation.md
with
8 additions
and
8 deletions
docs/installation.md
+
8
−
8
View file @
b1a2989b
...
...
@@ -13,9 +13,9 @@ the [official pipx docs](https://pypa.github.io/pipx/installation/) for more in-
python3 -m pip install pipx
Now simply install ActivityRelay
directly
from
git
Now simply install ActivityRelay from
pypi
pipx install
git+https://git.pleroma.social/pleroma/relay@0.3.0
pipx install
activityrelay
Or from a cloned git repo.
...
...
@@ -36,10 +36,9 @@ be installed via [pyenv](https://github.com/pyenv/pyenv).
## Pip
The instructions for installation via pip are very similar to pipx. Installation can be done from
git
The instructions for installation via pip are very similar to pipx
python3 -m pip install
git+https://git.pleroma.social/pleroma/relay@0.3.0
python3 -m pip install
activityrelay
or a cloned git repo.
...
...
@@ -58,10 +57,11 @@ And start the relay when finished
Installation and management via Docker can be handled with the
`docker.sh`
script. To install
ActivityRelay, run the install command. Once the image is built and the container is created,
your will be asked to fill out some config options for your relay.
you will be asked to fill out some config options for your relay. An address and port can be
specified to change what the relay listens on.
./docker.sh install
./docker.sh install
0.0.0.0 6942
Finally start it up. It will be listening on TCP
port 8080
.
Finally start it up. It will be listening on TCP
localhost:8080 by default
.
./docker.sh start
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