Skip to content

mo-zag/mo-zag-code

Repository files navigation

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

About

Code snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors