Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
lambadalambda 8004ee8ccf Merge branch 'patch-1' into 'develop' il y a 6 ans
config Mock HTTPoison in testing. il y a 7 ans
lib Merge branch 'patch-1' into 'develop' il y a 6 ans
priv Update frontend. il y a 7 ans
test Fix deletion not deleting relevant actions. il y a 6 ans
.credo.exs Refactor code to comply with credo suggestions il y a 7 ans
.gitignore Ignore uploads. il y a 7 ans
LICENSE Add license il y a 7 ans
README.md Phoenix skeleton il y a 7 ans
TODO.txt Output proper published data in ostatus. il y a 7 ans
mix.exs Some salmon debug fixes. il y a 7 ans
mix.lock Some salmon debug fixes. il y a 7 ans

README.md

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