Size: 406
Comment:
|
Size: 81
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
apt-get install apache2 | apt-get install apache2 php php-mysql |
Line 8: | Line 8: |
=== GlusterFS === ==== Backup ==== Make a backup of `/var/www` {{{ cd /var tar cfvzp www.tar.gz www/ }}} ==== GlusterFS Client ==== Install the glusterfs client and mount the glusterfs volume. ==== Restore ==== Restore the backup {{{ tar xfvzp www.tar rm www.tar.gz }}} {{{ apt-get install glusterfs-client }}} |
Apache
Software
apt-get install apache2 php php-mysql