Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Roger Braun fecbd099cd Ignore padding for salmon public keys. hace 6 años
config Mock HTTPoison in testing. hace 7 años
lib Ignore padding for salmon public keys. hace 6 años
priv Update frontend. hace 6 años
test Ignore padding for salmon public keys. hace 6 años
.credo.exs Refactor code to comply with credo suggestions hace 7 años
.gitignore Ignore uploads. hace 7 años
LICENSE Add license hace 7 años
README.md Phoenix skeleton hace 7 años
TODO.txt Output proper published data in ostatus. hace 7 años
mix.exs Some salmon debug fixes. hace 7 años
mix.lock Some salmon debug fixes. hace 7 años

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