Book Image

Building job sites with Joomla!

Book Image

Building job sites with Joomla!

Overview of this book

Joomla! is a content management system that helps both novice users and expert developers to create powerful websites. Joomla! has extensions for construcing job sites; web sites for handling employment and careers. It can take hours to build even an elementary job site but imagine yourself building a job site such as Monster, CareerBuilder, a niche job listing such as TechCrunch or your own company job site within few minutes and with minimal development efforts.Building job sites with Joomla! shows you how to create your own job site with Joomla! with the Jobs! Pro extension. From the basic installation and configuration, you will see all the steps required to assemble a working job site in next to no time.This book is a step-by-step tutorial for creating a job site using Joomla!. First you will set up a server environment to install Joomla! 1.5 and Jobs!. Next you will learn how you can use Jobs! configuration settings to control the components of your job site such as adding companies, adding social bookmarking buttons, enabling the users to post their resume online and so on. You will learn to easily manage your site using the Jobs! control panel. This will be followed by using job site template to quickly create a job site and simultaneously test the site you have created. Next you will learn how to speed up the communication between employers and the jobseekers using e-mail templates. You can also entirely control user registration system from Jobs! Pro admin panel. You will also learn to add and manage job types, job categories, and applications to keep your database organized and to keep track of the application status. You will also learn to add a jobseeker or an employer and to manage resume fields. Then you will configure credit systems to charge an amount of money to users according to the specific service provided. By the end of this book you will learn to professionally optimize your Joomla! Job site for search engines and look at list of words that need to be avoided in the URLs.
Table of Contents (18 chapters)
Building job sites with Joomla!
Credits
About the Author
Acknowledgement
About the Reviewer
Preface
Online Resource
Search Engine Stop Words

Installing and configuring Joomla! 1.5


We are now ready to install Joomla! 1.5. Open a web browser and type the address of your server directory in which you have copied Joomla!1.5 package files. For example, if you have copied files to a folder named joomla in root htdocs directory of XAMPP local server environment, you must type the following address in your web browser: http://localhost/joomla.

You will be automatically redirected to the Joomla! installation wizard and then follow these steps:

  1. 1. Choosing language:

    The first step lets you to select a language to use during the Joomla! installation steps. Choose the language you want to use and then click on Next.

  1. 2. Pre-installation check:

    Here, pre-installation check will be completed, which is important to determine compatibility of Joomla! with your system. To run Joomla! 1.5 properly, you must carefully check recommended settings for PHP and ensure that your system meets all the requirements.

    If some settings are not the same as recommended, these settings will be highlighted in red. You can solve them by changing the PHP settings in php.ini file in your server. You will find the list of the php.ini directives that you can set to configure your PHP setup in the following webpage: http://www.php.net/manual/en/ini.list.php.

    On Unix-based systems (Linux, Mac OS X), attention should be given to writing rights. This is particularly important for the configuration.php file. At the end of the installation, this file gets created with its individual values. If the installer does not have writing rights, Joomla! cannot create this file and the installation will fail. If this happens, try to configure the rights appropriately and click on Check Again. After checking successfully, click on Next.

  1. 3. License:

    In this step, you need to carefully read the license agreement and accept it. Joomla! is available with the GNU/GPL license. The GNU General Public License (GNU GPL or simply GPL) is a widely used free software license, originally written for the GNU. For more details, visit the webpage: http://www.gnu.org/licenses/gpl.html.

    Something similar to the following screenshot will appear. After reading and accepting the license agreement, click on Next.

  1. 4. Database Configuration:

    In this step, you have to set up Joomla! to connect with database and run on your server. Type the URL of your database host in the Host Name field, then provide the username you have created earlier in the User Name field; provide also the password in the Password field and your database name in the Database Name field.

    For example, type something like the following:

    Host Name: http://localhost

    Username: Santonu

    Password: 1234

    Database Name: my_db

    After providing the database information, click on Next.

  2. 5. FTP Configuration:

    To solve the problem of PHP safe-mode restrictions, you can use an FTP layer to upload files and handle all the file system operations. To use an FTP layer, type an FTP username in the FTP User field and a password in the FTP Password field.

    It is always recommended to skip this step. You can enable this anytime from the Global configuration window, in case of any security problems. Now click on the Next button to go to the next step.

  1. 6. Main Configuration:

    This step enables you to configure Joomla! and this is the main configuration step of the Joomla! installation. First, you have to provide the name of your website in the Site Name field. This name will normally appear in the title section of a web browser.

    Then provide your e-mail address and also provide admin password and then retype the password in the Confirm Admin Password field. By default, your super administrator username is admin. You cannot define another username during installation but you can change it later from the admin panel.

    If you are a beginner, you can click on Install Sample Data to load sample data and then click on Next.

  2. 7. Finish:

    In this step, your Joomla! installation steps will be completed Congratulations! Joomla! is now installed, as shown in the following screenshot. This means you have successfully completed the installation steps.

Now you have to remove the Joomla! installation folder first, and then click on the Site button to view your Joomla! website or click on the Admin button to take a tour of the Joomla! administrator panel. You can easily remove this folder. Go to your server root directory where Joomla! is installed. Delete the entire installation folder.

If you are using a hosting solution instead of a local server, you can remove this folder in two ways:

  • By using the File Manager tool in your hosting control panel (such as C-Panel, Plesk)

  • By using an FTP client (such as FileZilla and SmartFTP)

Note

See Appendix, Online Resources, for more information on how to delete files and folders in C-Panel, Plesk, and other control panels. You will also find online resources on how to delete files and folders using an FTP program.