date command is used for display date in terminal
you can use --set attribute for set time with zone
date --set="Wed Nov 19 01:11:00 EST 2014"
you can use --set attribute for set time with zone
date --set="Wed Nov 19 01:11:00 EST 2014"
Working with Ruby on Rails since july 2007. RoR web application development along with other technologies like LAMP.The reason to love programming with RoR is, it helps keep code simple, clean and nice… Also working with php/cakephp etc.
Below are the steps which you can follow to use capistrano deployment script to deploy any project
1. Install Curl
2. Install RVM by below curl (Ref: http://rvm.io/rvm/install)
\curl -sSL https://get.rvm.io | bash -s stable
3. source ~/.rvm/scripts/rvm
4. type rvm | head -n 1
5. rvm install 2.0.0
6. ruby -v
7. gem install capistrano (Ref: http://ryanflorence.com/deploying-with-capistrano-without-rails/)
8. gem install railsless-deploy