https://github.com/gbh/loaded.bike
Phoenix/Elixir web app for exploring and sharing bicycle touring routes
https://github.com/gbh/loaded.bike
elixir elixir-phoenix phoenix
Last synced: 9 months ago
JSON representation
Phoenix/Elixir web app for exploring and sharing bicycle touring routes
- Host: GitHub
- URL: https://github.com/gbh/loaded.bike
- Owner: GBH
- License: mit
- Created: 2017-02-19T05:52:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T04:58:11.000Z (about 8 years ago)
- Last Synced: 2024-12-26T16:04:28.404Z (about 1 year ago)
- Topics: elixir, elixir-phoenix, phoenix
- Language: Elixir
- Homepage: http://loaded.bike
- Size: 6.89 MB
- Stars: 48
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loaded.Bike [](https://travis-ci.org/GBH/loaded.bike)
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