Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Go to file
2017-05-01 14:54:58 +02:00
config
lib Return feed for xml requests of the user. 2017-05-01 14:07:41 +02:00
priv Ensure we have no duplicate ap ids. 2017-05-01 14:54:58 +02:00
test Return webfinger for ap_ids. 2017-05-01 13:51:17 +02:00
.gitignore
LICENSE
mix.exs
mix.lock
README.md
TODO.txt

Pleroma

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more