Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Roger Braun d0342df617 Update frontend. 7 роки тому
config Mock HTTPoison in testing. 7 роки тому
lib Save follower count and note count in user. 7 роки тому
priv Update frontend. 7 роки тому
test Save follower count and note count in user. 7 роки тому
.credo.exs Refactor code to comply with credo suggestions 7 роки тому
.gitignore Ignore uploads. 7 роки тому
LICENSE Add license 7 роки тому
README.md Phoenix skeleton 7 роки тому
TODO.txt Output proper published data in ostatus. 7 роки тому
mix.exs Some salmon debug fixes. 7 роки тому
mix.lock Some salmon debug fixes. 7 роки тому

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