No description
Find a file
2017-06-18 13:40:35 +02:00
config
lib Strip unsafe html on output in TwAPI. 2017-06-18 13:40:35 +02:00
priv Update frontend. 2017-06-16 14:39:50 +02:00
test Strip unsafe html on output in TwAPI. 2017-06-18 13:40:35 +02:00
.credo.exs
.gitignore
LICENSE
mix.exs Update html_sanitize_ex. 2017-05-18 17:18:33 +02:00
mix.lock Update html_sanitize_ex. 2017-05-18 17:18:33 +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