Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roger Braun d2cdcc097b Add conversation fetching to TwAPI controller. 7 years ago
config Add basic auth. 7 years ago
lib/pleroma Add conversation fetching to TwAPI controller. 7 years ago
priv Basic status creation and retrieval. 7 years ago
test Add conversation fetching to TwAPI controller. 7 years ago
.gitignore Phoenix skeleton 7 years ago
README.md Phoenix skeleton 7 years ago
mix.exs Add single status fetching to TwAPI. 7 years ago
mix.lock Add single status fetching to TwAPI. 7 years ago

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