Skip to content

Generate Bushfire Survival Plans that include notification functionality

Notifications You must be signed in to change notification settings

k-ong/rhok-plan-generator

 
 

Repository files navigation

rhok-plan-generator

Generate Bushfire Survival Plans that include notification functionality

Travis Build Status

Getting setup:
mysql -u root -p

create user rhok;
create database rhok;
create database rhok_test;
grant all on rhok.* to 'rhok'@localhost identified by 'rhok';
grant all on rhok_test.* to 'rhok'@localhost identified by 'rhok';

git clone https://github.com/jkelabora/rhok-plan-generator.git

cd rhok-plan-generator/

source .profile

bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed

bundle exec rails s

For deploying to AWS there's a bit of stuff involved.. You need the CLI tools for Elastic Beanstalk and some dotfile stuff.. Maybe talk to someone that's worked on this already..

eb start

About

Generate Bushfire Survival Plans that include notification functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 52.4%
  • CSS 28.2%
  • JavaScript 19.3%
  • Shell 0.1%