Merge branch 'develop' of bitbucket.org:otherkinclub/pleroma into develop

develop
Rachel Fae Fox 2019-05-01 12:09:14 -06:00
commit a7f9233fbb
1 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
**Note**: This readme as well as complete documentation is also available at <https://docs-develop.pleroma.social>
## About This Repo
This repo is the version of pleroma that is running on [otherkin.Club](https://otherkin.club/). If you are looking to run your own instance, please go to [https://git.pleroma.social/pleroma/pleroma](https://git.pleroma.social/pleroma/pleroma) instead.
## About Pleroma
Pleroma is a microblogging server software that can federate (= exchange messages with) other servers that support the same federation standards (OStatus and ActivityPub). What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Pleroma will federate with all servers that implement either OStatus or ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed.
@ -18,12 +22,12 @@ No release has been made yet, but several servers have been online for months al
### Docker
While we dont provide docker files, other people have written very good ones. Take a look at <https://github.com/angristan/docker-pleroma> or <https://github.com/sn0w/pleroma-docker>.
While we don<EFBFBD>t provide docker files, other people have written very good ones. Take a look at <https://github.com/angristan/docker-pleroma> or <https://github.com/sn0w/pleroma-docker>.
### Dependencies
* Postgresql version 9.6 or newer
* Elixir version 1.7 or newer. If your distribution only has an old version available, check [Elixirs install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf).
* Elixir version 1.7 or newer. If your distribution only has an old version available, check [Elixir<EFBFBD>s install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf).
* Build-essential tools
### Configuration
@ -53,7 +57,7 @@ Copy `installation/init.d/pleroma` to `/etc/init.d/pleroma`. You can add it to t
### Standalone/run by other means
Run `mix phx.server` in repositorys root, it will output log into stdout/stderr.
Run `mix phx.server` in repository<EFBFBD>s root, it will output log into stdout/stderr.
### Using an upstream proxy for federation