Skip to content

jlsuttles/rails-girls-map

 
 

Repository files navigation

Rails Girls Map

Deploy on Heroku

  1. Move application to root directory.
$ mv represent-map/* .
$ rm -r represent-map
  1. Create Heroku application.
$ heroku create rails-girls-map
  1. Add MySQL database via ClearDB addon.
$ heroku addons:add cleardb:ignite
  1. Configure database to use ClearDB.
$ cp include/db_example.php include/db.php
$ vi include/db.php # setup database variables
- [Using ClearDB with PHP](https://devcenter.heroku.com/articles/cleardb#using-cleardb-with-php)
  1. Set LD_LIBRARY_PATH
$ heroku config:set LD_LIBRARY_PATH="/app/php/ext"
  1. Deploy
$ git push heroku
  1. Create database tables.

About

Visualize Rails Girls LA community on a custom Google map. Based on the code for http://represent.la

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 54.9%
  • JavaScript 45.1%