Changeset 83
- Timestamp:
- 06/19/07 17:54:29 (2 years ago)
- Files:
-
- branches/1-7-stable/docs/README.slicehost (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1-7-stable/docs/README.slicehost
r73 r83 1 == Slicehost extras1 == Slicehost 2 2 3 3 # A freshly built slice gives you the root account … … 6 6 # 7 7 export HOSTS=deptest.deprecated.org 8 cap change_root_password_as_root 8 9 cap setup_admin_account_as_root # XXX echo new username 9 10 cap setup_ssh_keys # XXX do for others also 11 10 12 cap install_rails_stack 11 cap install_php13 cap php_install 12 14 cap setup 13 15 cap deploy_with_migrations 14 16 cap restart_apache 15 17 16 # svn+trac 17 cap install_svn 18 cap svn_setup_repos 18 # check README.svn_trac 19 19
