/loaded.bike

Phoenix/Elixir web app for exploring and sharing bicycle touring routes

Primary LanguageElixirMIT LicenseMIT

Loaded.Bike Build Status

Code that powers http://loaded.bike

Setup

  • Clone repo: clone https://github.com/GBH/loaded.bike.git
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Inside /assets install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server
  • Run test suite mix test

Deployment

  • mix edeliver build release
  • mix edeliver deploy release to production --clean-deploy
  • mix edeliver migrate production
  • mix edeliver start production

Copyright 2017, Oleg Khabarov