Skip to content

The discussion forum for Elixir

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

ElixirVietnam/exhub

Repository files navigation

ExHub

To start your Phoenix app:

  • Set up a Github application
  • Rename dev.example.exs to dev.exs
  • Configure your database
  • Install dependencies with mix deps.get
  • Install javascript dependencies with nmp install
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with GITHUB_CLIENT_ID=... GITHUB_CLIENT_SECRET=... mix phoenix.server
  • Start webpack with npm start

Now you can visit localhost:4000 from your browser.

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

Learn more