Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Go to file
2017-08-22 14:22:36 +02:00
config
lib add correct content type for catch-all 2017-08-22 14:22:36 +02:00
priv Update frontend. 2017-08-21 17:07:26 +02:00
test Fix deletion not deleting relevant actions. 2017-08-16 16:29:25 +02:00
.credo.exs
.gitignore
LICENSE
mix.exs Some salmon debug fixes. 2017-06-23 16:22:19 +02:00
mix.lock Some salmon debug fixes. 2017-06-23 16:22:19 +02:00
README.md
TODO.txt Output proper published data in ostatus. 2017-05-24 13:54:25 +02:00

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