Find a file
2019-08-17 14:58:36 -04:00
assets npm outdated 2019-08-14 20:50:50 -04:00
config devise-compatible sessions 2019-08-17 14:58:36 -04:00
lib devise-compatible sessions 2019-08-17 14:58:36 -04:00
priv initial 2019-08-14 20:32:32 -04:00
test initial 2019-08-14 20:32:32 -04:00
vagrant initial 2019-08-14 20:32:32 -04:00
.formatter.exs initial 2019-08-14 20:32:32 -04:00
.gitignore initial 2019-08-14 20:32:32 -04:00
mix.exs devise-compatible sessions 2019-08-17 14:58:36 -04:00
mix.lock devise-compatible sessions 2019-08-17 14:58:36 -04:00
README.md initial 2019-08-14 20:32:32 -04:00
Vagrantfile initial 2019-08-14 20:32:32 -04:00

Philomena

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