Welcome! "RubyJaxPlus" consists of open source programming enthusiasts learning from each other. Helping people advance on thier journey and "Plus" because more than just Ruby we are always learning new things.
- Group Interaction 2) Group Knowledge 3) Onboarding, getting users: the right direction
Learned so far:
(1) config/local/, allowing a website to be written into different languages.
(2) Heroku addons. Redis to Go must be added via the resources tab due to Project dependency.
- brew install postgresql
- brew install redis
- brew install mysql
- brew services start postgresql
- brew services start redis
- brew services start mysql
- install rvm and rails through ... rvm website.
rvm install 2.3.3
- git clone thisreponame
cd *thisreponame*
bundle install
- rails s
- brew install heroku
- heroku login
- heroku create
- git push heroku master
- heroku rake db:migrate
- need to add Redis To Go add on via heroku dashboard.
https://dashboard.heroku.com/apps -> yourappname -> ResourcesTab -> find_more_addons -> install Redis To Go
- git commit --amend
- git push heroku master --force-with-lease
http://stackoverflow.com/questions/10661026/deploying-redis-to-heroku-unable-to-connect