 |
|
 |
 |
 |
Please read the following installation guide to successfully install your EasyJobPortal copy to your webserver.
Please do understand that by installing EasyJobPortal, you are bound by EasyJobPortal End User License Agreement.
This installation guide assumes that you have basic knowledge on how to install it on a Linux webserver.
Let's assume the following :
| Your Website URL |
http://www.mydemo.com |
| Your Destination Folder |
/home/easy_demo/public_html |
| Your MySQL username |
easy_user |
| Your MySQL Password |
easy_password |
| Your MySQL Database Name |
easy_db |
|
- Please upload all your files to your destination folder. You can use FTP client programs such as CuteFTP (which I used), WS FTP or others to upload to the destination folder. Please make sure all php files are uploaded as text files ...
-
When all files are all uploaded, please make sure that you provide proper write enable permissions (use chmod 777) to several folders as follow :
| /home/easy_demo/public_html/files |
| /home/easy_demo/public_html/files/cache_homeicon |
| /home/easy_demo/public_html/files/cache_homephoto |
| /home/easy_demo/public_html/files/cache_icon |
| /home/easy_demo/public_html/files/cache_photo |
| /home/easy_demo/public_html/files/cache_popup |
| /home/easy_demo/public_html/files/document |
| /home/easy_demo/public_html/files/font |
| /home/easy_demo/public_html/files/jobseeker |
| /home/easy_demo/public_html/files/logo |
| /home/easy_demo/public_html/files/mysqlbackup |
| /home/easy_demo/public_html/files/photo |
| /home/easy_demo/public_html/files/resume |
| /home/easy_demo/public_html/files/watermark |
| /home/easy_demo/public_html/files/zipcode |
| /home/easy_demo/public_html/templates_c |
|
- Now, we will need to setup database for the new copy of EasyJobPortal software. Please open your phpMyAdmin program (most linux server will have phpMyAdmin), and then you will notice that within the EasyJobPortal files, you will see a file named easyjobportal.sql.
- Please use phpMyAdmin, and upload easyjobportal.sql file to the mysql database. If you are not sure how to do this, please contact us..
-
To connect EasyJobPortal to the MySQL db, please find setting.php file in your admin folder (it should be located at /home/easy_demo/public_html/admin/setting.php)
| $db_host |
= "localhost"; |
| $db_name |
= "easyjobportal"; |
| $db_username |
= "root"; |
| $db_password |
= ""; |
|
and then changed to your own MySQL settings ... if you use the example above, then you should change the lines to :
| $db_host |
= "localhost"; |
| $db_name |
= "easy_db"; |
| $db_username |
= "easy_user"; |
| $db_password |
= "easy_password"; |
|
-
Now, let us do the final integration step by integrating EasyJobPortal with your webserver. This final integration will allow you to bulk upload files easily ...
Please use the setting.php again and find the following lines :
| $dir_base |
= $_SERVER['DOCUMENT_ROOT'] . "/easyjobportal"; |
| $url_base |
= "http://" . $_SERVER['HTTP_HOST'] . "/easyjobportal" |
|
and then changed to your own MySQL settings ... if you use the example above, then you should change the lines to :
| $dir_base |
= "/home/easy_demo/public_html"; |
| $url_base |
= "http://www.mydemo.com"; |
|
-
Installation is now complete, you should first setup your website first from the admin panel.
You can access the admin panel from http://www.mydemo.com/admin.
By default, the login to the admin panel is :
| Username |
: admin |
| Password |
: admin |
|
- DONE! Now you can enjoy the power of EasyJobPortal for your website. Please do not forget to come back to our website to receive more updates later.
|
| |
|