Install Initedit Music

  1. Now open phpmyadmin page and login
  2. then Create your database. It can be any valid database name
  3. Now click on your database name
  4. Now click on import ,then click on "chose file" button,
    then browse to "initedit_music.sql" and then click on go button.
  5. Now Open app/lib/tools/variables.php in text editor( notepad, notepad++ etc)
  6. Change Database constant
    1. DB_HOST -> Generally its localhost
    2. DB_USER -> User name for your database access
    3. DB_PASS -> Password for corresponding user
    4. DB_NAME -> Name of the database that you created in STEP - 2
  7. Thats it. You are done and ready to go.

Additional Changes (Advance)

Site Name

To change site name just change SITE_NAME Constant in "app/lib/tools/variables.php" file