|
Revision 403, 399 bytes
(checked in by mbailey, 5 months ago)
|
removed unneeded command
cap deprec:nginx:restart
|
| Line | |
|---|
| 1 |
deprec: Install Ruby on Rails app on fresh Ubuntu 7.10 (gutsy) |
|---|
| 2 |
============================================================== |
|---|
| 3 |
by Mike Bailey |
|---|
| 4 |
|
|---|
| 5 |
* Quickstart |
|---|
| 6 |
|
|---|
| 7 |
cd /rails/project/root |
|---|
| 8 |
depify . |
|---|
| 9 |
# edit config/deploy.rb |
|---|
| 10 |
cap deprec:rails:install_rails_stack HOSTS=target.host.name |
|---|
| 11 |
cap deploy:setup |
|---|
| 12 |
cap deploy |
|---|
| 13 |
cap deprec:db:create |
|---|
| 14 |
cap deprec:db:migrate |
|---|
| 15 |
cap deprec:nginx:restart |
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
* The detail |
|---|
| 19 |
|
|---|
| 20 |
TBC |
|---|