Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.06 KB

Discuss

Codeship Status for thiagogsr/discuss

To start your Phoenix app:

  • Copy config/ueberauth.secret.exs.sample to config/ueberauth.secret.exs
  • Export your environment variables or replace them by hard coded variables
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more