No description
Find a file
lambadalambda ac9817bdb0 Merge branch 'bugfix/repeated-follow-unfollow' into 'develop'
Add error messages for repeated follows and unfollows

See merge request !7
2017-04-17 05:46:59 -04:00
config
lib Merge branch 'bugfix/repeated-follow-unfollow' into 'develop' 2017-04-17 05:46:59 -04:00
priv
test Merge branch 'bugfix/repeated-follow-unfollow' into 'develop' 2017-04-17 05:46:59 -04:00
.gitignore
LICENSE
mix.exs Switch cache implementation for size limiting. 2017-04-17 11:36:17 +02:00
mix.lock Switch cache implementation for size limiting. 2017-04-17 11:36:17 +02:00
README.md
TODO.txt

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