This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| web: node server.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://ggd.github.com/blog/2012/07/20/deploy-rails-3-with-apache-mysql-passenger-capistrano-to-ec2/ | |
| http://nathanhoad.net/how-to-ruby-on-rails-ubuntu-apache-with-passenger | |
| #ruby : | |
| sudo apt-get install ruby1.9.1-full | |
| #simple compiler | |
| sudo apt-get install build-essential | |
| #mysql | |
| sudo apt-get install mysql-server mysql-common mysql-client libmysqlclient-dev | |
| #ruby mysql adapter |
NewerOlder