Find a file
2019-11-15 23:41:10 -05:00
assets compile stylesheets separately 2019-11-15 19:59:28 -05:00
config add captcha verification 2019-11-15 11:14:23 -05:00
lib table row 2019-11-15 23:41:10 -05:00
priv initial 2019-08-14 20:32:32 -04:00
test split users context 2019-11-14 20:08:38 -05:00
vagrant elastix and elasticsearch binding 2019-08-18 21:43:06 -04:00
.formatter.exs initial 2019-08-14 20:32:32 -04:00
.gitignore primitive sign in 2019-10-31 13:57:39 -04:00
.iex.exs add captcha, controller, images 2019-11-13 11:28:02 -05:00
LICENSE add totp & registration freeze 2019-08-17 18:06:11 -04:00
mix.exs add bans 2019-11-15 19:40:32 -05:00
mix.lock add bans 2019-11-15 19:40:32 -05:00
README.md add totp & registration freeze 2019-08-17 18:06:11 -04:00
Vagrantfile initial 2019-08-14 20:32:32 -04:00

Philomena

Next generation imageboard.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • 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