Skip to content

Generate Bushfire Survival Plans that include notification functionality

Notifications You must be signed in to change notification settings

johnnyworker1012/rhok-plan-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhok-plan-generator

Generate Bushfire Survival Plans that include notification functionality

Getting setup:
mysql -u root -p

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

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


export DB_SOCKET=/tmp/mysql.sock
export RDS_DB_NAME=rhok

cd rhok-plan-generator/

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

  • JavaScript 66.0%
  • Ruby 34.0%