1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-11-05 23:41:47 +01:00
BE for bae.st https://bae.st
Go to file
2017-04-15 16:40:09 +02:00
config
lib Add user registration changeset. 2017-04-15 16:40:09 +02:00
priv Add user registration changeset. 2017-04-15 16:40:09 +02:00
test Add user registration changeset. 2017-04-15 16:40:09 +02:00
.gitignore Ignore uploads. 2017-03-30 14:34:34 +02:00
mix.exs Add basic user caching. 2017-04-14 17:13:51 +02:00
mix.lock Add basic user caching. 2017-04-14 17:13:51 +02:00
README.md
TODO.txt Add unliking to activitypub. 2017-04-14 18:09:30 +02:00

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