Extract and copy the files from the archive you have downloaded to your server. Make sure you have all files on your server when you have done with upload
If you have all requirements on your server so system will redirect you to install page. If install page did not show up and your getting some errors on your screen then please check FAQ tab and find your answer.
- First step checking requirements
All requirements must be green. If you have red with one of them. Please check your php version on your cpanel (You can find that options on Select Php Version ). If you did not find any configuration about that. Please contact with your provider.
- Next step, setup the database. Open your PhpMyAdmin and create a new database for the Jobs Board. If necessary, create the user database and attached it to the database. Keyin the database info in the database configuration form.
- Click setup database to install the database
- That is it! All the necessary things automatically created by the wizard. Now you can exit the wizard and follow the introductions for admin panel. Don't forget to change your default admin password in the manage users page.
![]()
When your installation is complete, it’s time to configure Jobs Board Pro.
To set the site name, logo etc. go to Admin > Settings.
Jobs Board Pro owners have full control to jobs, job information.
Jobs Board Pro owners have full control to users, user information.
Pages are static. That means that the information displayed on a page doesn’t change, or doesn’t change often. In Jobs Board Pro, you can change the content of About page and Right section page.
By default we used builtin php mail to send an emails. However, you might want to other email system as well like SMTP.
public $default = array(
'transport' => 'Smtp',
'from' => 'your email',
'host' => 'your smtp host',
'port' => 26,
'timeout' => 30,
'username' => 'your email',
'password' => 'your password',
'client' => null
);
public $default = array(
'transport' => 'Smtp',
'from' => 'your gmail email',
'host' => 'smtp.gmail.com',
'port' => 587,
'timeout' => 30,
'username' => 'your gmail email',
'password' => 'your gmail password',
'client' => null
);
That's it. Enjoy!
If you have all requirements on your server then yes you can run!. Please check requirements Installation section
Jobs Board Pro will work any server if it match with our requiesment. However we suggest www.hostgator.com, www.bluehost.com or www.godaddy.com hosting for Jobs Board Pro system. We have many successful installation on one of those
First of all, please check Envato Help Page for it. http://codecanyon.net/licenses/standard With purchase license you have one domain permission. You need to get another licenses for your another domians if you want to use on more than one domain. Its same rule for any Codecanyon iitem.
Our theme files in app/View, assets in app/webroot folder. You can edit them.
Please install Jobs Board Pro with fresh files and new database. Then please move your old app/webroot/files folder to new app/webroot/files directory. and move your old database tables to new one