Skip to content

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

License

Notifications You must be signed in to change notification settings

GBH/loaded.bike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published