Magically expressive social media https://akkoma.social/
Go to file
Roger Braun a93f3421a7 Phoenix skeleton 2017-03-17 17:09:58 +01:00
config Phoenix skeleton 2017-03-17 17:09:58 +01:00
lib/pleroma Phoenix skeleton 2017-03-17 17:09:58 +01:00
priv Phoenix skeleton 2017-03-17 17:09:58 +01:00
test Phoenix skeleton 2017-03-17 17:09:58 +01:00
.gitignore Phoenix skeleton 2017-03-17 17:09:58 +01:00
README.md Phoenix skeleton 2017-03-17 17:09:58 +01:00
mix.exs Phoenix skeleton 2017-03-17 17:09:58 +01:00
mix.lock Phoenix skeleton 2017-03-17 17:09:58 +01:00

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