Install Initedit Music
- Now open phpmyadmin page and login
- then Create your database. It can be any valid database name
- Now click on your database name
-
Now click on import ,then click on "chose file" button,
then browse to "initedit_music.sql" and then click on go button.
- Now Open app/lib/tools/variables.php in text editor( notepad, notepad++ etc)
-
Change Database constant
- DB_HOST -> Generally its localhost
- DB_USER -> User name for your database access
- DB_PASS -> Password for corresponding user
- DB_NAME -> Name of the database that you created in STEP - 2
- 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