How To Install Tutorial (back to home)
1) Login to your server, enter your website control panel or direct admin. Create a new database.
2) After you've created the database, login to your phpmyadmin. Go to the database created. Look on the tool bar above. Click on "IMPORT" as shown in this diagram . Browse for the file "eb.sql" in the zip package. and Click on "go". And you're done.
3) Next, on the right side, look for "pm_admin". Then on the top bar, click on "SQL" as shown here . Then you would need to add in login details. Open the zip package, then copy and paste the content of "insert login details.txt". and paste it into SQL of pm_admin as shown here. And you're done
4) In the zip package, look for config.php . You will need to edit the file to connect to your database. Example:
$config['host'] = 'localhost';
$config['user'] = 'mount_demo';
$config['pass'] = 'xxxxxxx';
$config['db'] = 'mount_demo';
5) Now upload all the files in the zip file into the server through FTP or other methods. You can launch it as soon as its uploaded. To login admin , example : www.demo.mounthiking.com/login.php
4) To set your own password or create new user, you need to do it in phpmyadmin. edit the user id in pm_admins table. Add in your password and select MD5 as shown in this diagram .
|