Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 782 Bytes

Dash

To start your Phoenix app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Export ADMIN_PATH env variable, be sure this is unique and secure, since this will take you to the admin area of the blog
  4. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser. To get to the admin area, visit localhost:4000/ADMIN_PATH/posts from your browser where ADMIN_POST is what you set in your env variable.

Ready to run in production? Please check our deployment guides.

License

Copyright 2017 michelada.io See LICENCE