- Setup a new Rails app
- Initialize a local repository using git
- Create a new remote repository using GitHub
- Change README.rdoc
- Deploy to a cloud service - Heroku
- Ruby is installed (v 1.9.3)
- Rails is installed (v 3.2.3)
| server { | |
| listen 80; | |
| server_name localhost; | |
| # $document_root にパスをセット | |
| root /usr/share/nginx/html; | |
| location / { | |
| root /usr/share/nginx/html; | |
| index index.php index.html index.htm; |