Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 895 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 895 Bytes

Naow Playaaaaaan

Development requirements:

  • Erlang/OTP ≥ 21 (use kerl)
  • Elixir ≥ 1.7 (use kiex)
  • NPM ≥ 5.6
  • Node ≥ 8.11
  • PostgreSQL ≥ 10.4

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create, migrate and seed your database with mix ecto.reset
  • Install Node.js dependencies with cd assets && npm i
  • (Prod) Generate an assets digest with mix phx.digest
  • Start Phoenix endpoint with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Production

  1. Clone the respository
  2. Make the release
  3. Move the assets to the appropriate location on your filesystem
  4. Create the DB
  5. Migrate the DB
  6. Run the app.

Credits

  • Higgcss - The minimal CSS framework