Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Roger Braun 34d3aea92f Add incoming xml fixtures. 7 anos atrás
config Only have one subscription per callback. 7 anos atrás
lib Add basic fields to support remote users. 7 anos atrás
priv Add basic fields to support remote users. 7 anos atrás
test Add incoming xml fixtures. 7 anos atrás
.gitignore Ignore uploads. 7 anos atrás
LICENSE Add license 7 anos atrás
README.md Phoenix skeleton 7 anos atrás
TODO.txt Add unliking to activitypub. 7 anos atrás
mix.exs Add Websub verification. 7 anos atrás
mix.lock Add Websub verification. 7 anos atrás

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