DiseasesMap:疾病地图
DiseasesMap 在 GoogleMaps 上构建疾病的应用程序不需要安装 GMaps4Rails gem。你可以修改应用程序源码以适应需求,运行以下命令来安装依赖并启动:rake db:migrate
,bundle install
,bundle
,RAILS_ENV=development bundle exec rake assets:precompile
,rails server -p "port"
。你也可以运行 bash all_run.sh
或者 bash run.sh
来启动应用程序。完成后,使用浏览器访问 localhost:"port"/locations
。