omahacodeschool / goal-tracker

Users select a quantifiable goal (“I will run 100 miles” or “I will meet 25 new dogs”), then update “moments” wherein they tick their quantity up or down as befits progress. The app then displays a graph of progress over time.
0 stars 0 forks source link

Continuous Integration #3

Open sumeetjain opened 9 years ago

sumeetjain commented 9 years ago

Have a staging and production server ready to go and easily deployed to. Sign up for any services (i.e. install any add-ons) that will be needed for the application (e.g. SendGrid).

Also make sure you can easily push to GitHub.

Lukasson commented 9 years ago

A new Rails app named g-tracker was created and pushed into a github repository (git@github.com:omahacodeschool/goal-tracker.git).

G-tracker was deployed to heroku. sumeet@sumeetjain was added as a collaborator. Need to add Alyssa, Matt, and Ryan as collaborators.

Basic user authentication was added to g-tracker through the sorcery gem and this was pushed to the github and heroku repositories.