| 195 |
|
|
| 196 |
There is an install script part of the hostmaster profile that takes care |
There is an install script part of the hostmaster profile that takes care |
| 197 |
of installing the right packages and preparing the Drupal frontend install |
of installing the right packages and preparing the Drupal frontend install |
| 198 |
for you. That script needs to be ran as the aegir user created above. |
for you. That script needs to be ran as the aegir user created |
| 199 |
|
above. This file is available alongside this one or through the web |
| 200 |
|
at: |
| 201 |
|
|
| 202 |
|
http://drupalcode.org/viewvc/drupal/contributions/profiles/hostmaster/install.sh.txt?revision=HEAD&view=co |
| 203 |
|
|
| 204 |
|
By default, the install script will install the "right" version of |
| 205 |
|
Aegir (ie. if it was downloaded through CVS, it will install the CVS |
| 206 |
|
version, if you downloaded an official release, it should install the |
| 207 |
|
right release). You can change which release to install or other |
| 208 |
|
parameters through options passed to the script. Run "sh |
| 209 |
|
install.sh.txt -h" for more information on the available options. |
| 210 |
|
|
| 211 |
Shell commands:: |
Shell commands:: |
| 212 |
|
|
| 213 |
su -s /bin/sh aegir -c "sh install.sh.txt" |
su -s /bin/sh aegir -c "sh install.sh.txt" |
| 214 |
/etc/init.d/apache2 restart |
/etc/init.d/apache2 restart |
| 215 |
|
|
| 216 |
(Note you must run this as root or prefix with sudo). |
Note you must run this as root or prefix with sudo. |
| 217 |
|
|
| 218 |
Checkpoint! |
Checkpoint! |
| 219 |
----------- |
----------- |