-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Sue-Ting Chene edited this page Jul 26, 2017
·
4 revisions
Welcome to the member-portal wiki!
Notes from 7/25
Getting Caught Up
- join /dev /reno slack http://slack.devreno.org/
- add yourself to #project-member-portal in /dev /reno slack
- create github account (https://github.com/)
- watch github project https://github.com/renocollective/member-portal
From 7/25
- "regular" project members will be added as collaborators
- even so, we should still be branching
- occasional members will be able to for and submit pull requests
- we're using Rails 5.1.2, ruby 2.2.2, and rvm
- gem install rails -v 5.1.2 (will take awhile)
- rvm install 2.2.2
- Colin generating our project
- rails new PROJECTNAME (this creates the folder and associated files)