GitHub - bicimapa/bicimapa-web: Crowdsourced map for urban cyclists. :biking_man:

1 min read Original article ↗

License: GPL v3 Code Climate Dependency Status

bicimapa-web

Crowdsourced map for urban cyclists. 🚴 https://bicimapa.com

Logo Bicimapa

Screenshot main page

How to run with docker 🐳

Clone the project

git clone git@github.com:bicimapa/bicimapa-web.git

Build the docker containers

cd bicimapa-web
docker-compose build

Install gems

docker-compose run app bundle install

Setup database

docker-compose run app bundle exec rake db:setup

Configure the API keys

cp app/application.yml.example app/application.yml
vim app/application.yml

The most important one is GOOGLE_MAP_API_KEY

Run

Then go to

Deploy

Run

eval $(ssh-agent)
ssh-add ~/.ssh/id_rsa
cap production deploy

What is included?

  • Spacial database (PostGIS)
  • API for mobile apps (Android / iOS)
  • Administration backend
  • Optimized map in frontpage

## License

GPL v3