Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 773 Bytes

File metadata and controls

22 lines (13 loc) · 773 Bytes

Code snippets

Start mysql in mac ox mavarick
sudo /usr/local/mysql/support-files/mysql.server start
Github terminal commands

Git pull

git pull origin mo

Git add, all changed and new files

git add .

Commit chnages

git commit -m "Updated shift information to not redirect after update"

Deploy code to development via capistrano NOTE: commit all your changes to mo and them run the command bellow after the command change Gemfile and uncomment Development and comment put production.

NOTE: Before you deploy or commit any changes you should run rvmsudo bundle update (this will update the changes to compnenets gems we have made)

cap dev deploy:cold