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 36e883cd4b Add basic Ostatus user representer. 7 anos atrás
config Add basic webfinger. 7 anos atrás
lib Add basic Ostatus user representer. 7 anos atrás
priv Update frontend. 7 anos atrás
test Add basic Ostatus user representer. 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 Switch cache implementation for size limiting. 7 anos atrás
mix.lock Switch cache implementation for size limiting. 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