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.

README.md 692B

12345678910111213141516171819
  1. # Pleroma
  2. To start your Phoenix server:
  3. * Install dependencies with `mix deps.get`
  4. * Create and migrate your database with `mix ecto.create && mix ecto.migrate`
  5. * Start Phoenix endpoint with `mix phx.server`
  6. Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
  7. Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
  8. ## Learn more
  9. * Official website: http://www.phoenixframework.org/
  10. * Guides: http://phoenixframework.org/docs/overview
  11. * Docs: https://hexdocs.pm/phoenix
  12. * Mailing list: http://groups.google.com/group/phoenix-talk
  13. * Source: https://github.com/phoenixframework/phoenix