Go to file
Roger Braun f97c8e4379 Add utility functions for objects and activities. 2017-04-13 15:49:42 +02:00
config
lib Add utility functions for objects and activities. 2017-04-13 15:49:42 +02:00
priv Add Pleroma-FE snapshot. 2017-04-04 17:21:11 +02:00
test Add utility functions for objects and activities. 2017-04-13 15:49:42 +02:00
.gitignore
README.md
TODO.txt
mix.exs Add factories for testing. 2017-04-13 15:49:24 +02:00
mix.lock Add factories for testing. 2017-04-13 15:49:24 +02: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