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.
Roger Braun c85998ab8a Parse incoming retweets. il y a 7 ans
config Handle incoming websub subscriptions. il y a 7 ans
lib Parse incoming retweets. il y a 7 ans
priv Fix specs, add local marker to actitivies. il y a 7 ans
test Parse incoming retweets. 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 Make outgoing salmons work. il y a 7 ans
mix.exs Add Websub verification. il y a 7 ans
mix.lock Add Websub verification. 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