This shows you the differences between two versions of the page.
|
install:ubuntu [2010/12/04 18:27] porthose |
install:ubuntu [2011/04/22 17:48] (current) flowerysong Clean up phrasing |
||
|---|---|---|---|
| Line 80: | Line 80: | ||
| deb-src http://us.archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse | deb-src http://us.archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse | ||
| - | Ampache does not install MySQL Server for two reasons. | + | The Ampache package does not pull in MySQL automatically for two reasons. |
| + | - Ampache supports using a remote MySQL server. | ||
| + | - If an older version of MySQL is already installed, an automatic upgrade may render the MySQL db information unusable. | ||
| - | - What if the New Ampache user is already using a remote SQL Server. (which is possible, but beyond the scope of this howto) | + | So, we recommend that you backup before upgrading and in general treat the upgrade with caution. To install mysql-server: |
| - | - If an Ampache user is using an older version of MySQL Server, an automatic upgrade may render their MySQL db information unusable. | + | |
| - | + | ||
| - | So, we recommend that you backup and upgrade your existing MySQL Server setups with caution. This is how to install mysql-server: | + | |
| sudo apt-get install mysql-server | sudo apt-get install mysql-server | ||
| Line 93: | Line 92: | ||
| - | Installing Ampache from source is fairly easy. These are the basic steps you would use to install Ampache on your etch machine. Apache, PHP5 and MySQL will have to be installed and all their related dependencies **before **you install Ampache. The first thing we need to do is to go get some needed tools namely dget and debuild which are part of the devscripts and build-essential packages. | + | Installing Ampache from source is fairly easy. These are the basic steps you would use to install Ampache on your etch machine. Apache, PHP5 and MySQL will have to be installed and all their related dependencies **before** you install Ampache. The first thing we need to do is to go get some needed tools namely dget and debuild which are part of the devscripts and build-essential packages. |
| apt-get install ubuntu-dev-tools | apt-get install ubuntu-dev-tools | ||