Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
dtluna c3655d1c47 Remove unnecessary status_update definition 7 роки тому
config Only have one subscription per callback. 7 роки тому
lib Remove unnecessary status_update definition 7 роки тому
priv Better activities in ostatus. 7 роки тому
test Merge branch 'bugfix/deny-empty-posts' of ssh.gitgud.io:dtluna/pleroma into bugfix/deny-self-repeats 7 роки тому
.gitignore Ignore uploads. 7 роки тому
LICENSE Add license 7 роки тому
README.md Phoenix skeleton 7 роки тому
TODO.txt Add unliking to activitypub. 7 роки тому
mix.exs Add Websub verification. 7 роки тому
mix.lock Add Websub verification. 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