mo-zag-code
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Code snippets

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

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。