Docker Ampache Installation

1. Open [http://localhost/install.php](http://localhost/install.php) and click Start Configuration, then Continue 2. On the Insert Ampache Database page:

  1. **MySQL Administrative Username**: admin
  2. **MySQL Administrative Password**: (see container output)
      The logs will show a line like: `mysql -uadmin -pjnzYXLz7cMzq -h<host> -P<port>`. 
      The password is everything after `-p`, in this case `jnzYXLz7cMzq`.
  3. Check **Create Database User**
  4. **Ampache Database User Password**: Enter anything
  5. Click **Insert Database**

3. Generate Configuration File page:

  1. Click **Create Config**

4. Create Admin Account page:

  1. Enter anything for **Username** and **Password**
  2. Click **Create Account**

5. Ampache Update page:

  1. Click **Update Now!**
  2. Click [Return to main page] to login using previously entered credentials

After installation you will need to setup a catalog. Make sure to use `/media` as the path where your media is located.