Find a file
2019-10-08 19:42:22 -04:00
assets make scripts behave 2019-10-04 20:27:26 -04:00
config tag page 2019-10-03 19:58:54 -04:00
lib correctly pass keyword list 2019-10-08 19:42:22 -04:00
priv initial 2019-08-14 20:32:32 -04:00
test add topics and channels strips 2019-10-04 18:52:44 -04: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 initial 2019-08-14 20:32:32 -04:00
LICENSE add totp & registration freeze 2019-08-17 18:06:11 -04:00
mix.exs scrivener 2019-10-08 19:19:57 -04:00
mix.lock scrivener 2019-10-08 19:19:57 -04: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