Find a file
Liam P. White 07310765ba fix naming
2019-08-28 18:30:55 -04:00
assets add stylesheets and layout scaffold 2019-08-17 20:43:44 -04:00
config context: duplicate_reports 2019-08-28 12:57:06 -04:00
lib fix naming 2019-08-28 18:30:55 -04:00
priv initial 2019-08-14 20:32:32 -04:00
test context: user_ips, user_fingerprints 2019-08-28 18:29:36 -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 reformat 2019-08-21 21:07:58 -04:00
mix.lock move to combinator approach 2019-08-21 20:42:28 -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