© 2015 X2Engine Inc.

Difference between revisions of "Installation"

From X2Engine
Jump to: navigation, search
(Using The Installation Page)
(Using The Installation Page)
Line 81: Line 81:
 
# Fill out the installation form. '''Note the following:'''
 
# Fill out the installation form. '''Note the following:'''
 
#* If you leave "Create Sample Data" checked, the installer will insert fictitious contact, user, account and action records into the initial installation for testing purposes. Uncheck the box if this is not desired.
 
#* If you leave "Create Sample Data" checked, the installer will insert fictitious contact, user, account and action records into the initial installation for testing purposes. Uncheck the box if this is not desired.
#* You can test the database connection without submitting the form by using the "Test Connection" button. Doing this before clicking the install button is recommended.
+
#* You can first test the database connection without losing the installation form by using the "Test Connection" button. Doing this before clicking the install button is recommended.
  
 
== Using The Silent Installer ==  
 
== Using The Silent Installer ==  

Revision as of 20:48, 12 November 2012


Before Installation

Before installing X2CRM, you should first ensure that

  • You have a web server
  • You understand the basics of installing a PHP web application
  • Your hosting environment is properly configured and meets all the minimum requirements

Required Knowledge

Installing X2CRM requires you are able to perform the following taks (and have basic knowledge of how to perform them):

  1. Upload files to a web server via FTP/SFTP or otherwise, using a server-based file manager
  2. Creating a MySQL database and a database user, if they aren't available already
  3. Using a web browser, and knowing what URL to use to access a location on the server

If you are unsure of how to perform any of these, please ask for assistance on The X2Engine Forums.

System Requirements

You can quickly determine if your web server can run X2CRM by downloading the requirements checking script (use this link to acquire it), uploading it to your web server, and opening it in a web browser. When finished using the script, delete it; it displays detailed information about the server's PHP configuration. Displaying it publicly for indefinite time can pose a security risk; it could be useful to attackers. In general, the following are the absolute minimum requirements for installation:

  • A web server that can execute PHP.
  • A password-protected MySQL database server connection, and a database on which the user of the connection has all rights (i.e. select, drop, create and update).
  • PHP version 5.3 or later
  • PHP must be run as the same system user that owns the directory where X2CRM will be installed.

If Requirements Are Not Met

Directory Ownership

This is typically caused by a hosting environment malconfiguration wherein, regardless of the method for uploading files to the server, their ownership always differs from that of PHP processes. To correct this issue in CPanel: see Apache PHP Request Handling; change the settings so that suPHP, FCGI or CGI is used for running PHP scripts. In all other cases, or if the option to change the PHP execution mode is not available, contact the system administrator or customer service department of the hosting provider.

PHP Version

In some cases, it may be possible to enable PHP 5.3+ using an Apache override; see

By adding the appropriate directives to the .htaccess file in the web root of X2CRM (NOT replacing the file, but changing it), the PHP version can ideally be set. You can test whether this method succeeds by re-visiting the requirements checker script and verifying that the PHP version in use is 5.3 or later.

In other cases, it may be possible to enable later versions of PHP via the web hosting control interface (i.e. CPanel or Webmin). Otherwise, the only option will be to contact the hosting provider and request that version 5.3 be made available.

PHP Extensions

If your server does not meet the minimum system requirements for running X2Engine, and you are a system administrator of your server, you will be able to install the necessary modules. Note, however, that as of the most recent version, the MySQL PDO extension is the only extension used by X2Engine that isn't included by default and always enabled in PHP 5.3; the reflection class and extensions SPL, PCRE and Ctype should all be available if PHP is at version 5.3 or later.

In most distributions of Linux, PHP extensions can be easily installed by the distribution's default Package management system. That is the recommended method of installing them; typically, the package manager will automatically configure and reload the HTTP server to enable them.

On Ubuntu & Debian:

sudo apt-get install php5-mysql php5-curl

The extension mbstring will typically be included in the Apache module package.

On CentOS, RHEL & Oracle Linux:

sudo yum install php-pdo php-mbstring php-common curl

Installing Without All Requirements: What Won't Work

If your server environment does not meet the minimum system requirements, and it is not possible to add PHP extensions, you can still install X2Engine, though it is not recommended. Note the following issues that can occur:

  • Directory ownership mismatch:
    • Application will run at all. It must be able to create a runtime cache directory, and it will run into permissions errors and not be able to do this if the directory owner differs from the PHP process owner.
  • cURL extension missing:
    • Time zone widget will not work, and may make contact views inaccessible [1]
    • Cannot use local scripts that make API calls
  • PHP version earlier than 5.3 (not recommended; has not been tested on versions earlier than 5.3)
    • Chat widget will not work
    • Installation form does not fully render (X2CRM versions 1.6.5 - 1.6.6)
    • Numerous controllers, models and components that use the function lcfirst
  • mbstring extension missing
    • Application crashes upon login
  • pdo_mysql extension missing
    • Application cannot run (required by Yii)
  • All other PHP extensions listed as required but missing
    • Application cannot run (required by Yii)

Recommended System

The following attributes of the hosting environment are by no means required. However, they are the same as the primary servers on which X2CRM is most commonly developed and tested, and thus would be the most likely to never cause problems:

  • PHP 5.3.2 and later
  • MySQL 5.5
  • Apache 2.2 or later, with mod_rewrite enabled.
  • Ubuntu 12.04

Installing

Using The Installation Page

Browser-based installation generally proceeds as follows:

  1. Make sure a MySQL database and a database user with full permissions to that database are available from the web server.
  2. Upload the contents of the x2engine folder to the document root of the web server, or a subdirectory if desired.
  3. Navigate to the webroot (or subdirectory) where the contents of the folder were uploaded.
  4. Fill out the installation form. Note the following:
    • If you leave "Create Sample Data" checked, the installer will insert fictitious contact, user, account and action records into the initial installation for testing purposes. Uncheck the box if this is not desired.
    • You can first test the database connection without losing the installation form by using the "Test Connection" button. Doing this before clicking the install button is recommended.

Using The Silent Installer

It is possible to install X2CRM from the command line via SSH or otherwise. This is performed as follows:

  1. There is a script in the root of the web application named installConfig.php. Fill it with the same information that would be submitted by the installation page form. If you are installing X2CRM Professional Edition, fill the variable $unique_id with your product key.
  2. Change directory into the root folder of the web application.
  3. Run:
    php initialize.php silent

Miscellaneous Post-Installation Tasks

Configuring the Email "Dropbox"

This feature, available in X2CRM Professional Edition, provides the means to automatically create contact records by forwarding emails from new leads to a mail alias on the server where X2CRM is installed. It can also do this if an email is sent to the lead and CC'd to the mail alias. However, it requires the following configuration steps:

  1. Using CPanel, Webmin, or any other web host administrative tool, create a mail alias on the server, i.e. "archive@yourdomain.com"
  2. For the alias's action, set it to pipe to the program:
    php /path/to/email.php
    (the script email.php should exist in the same folder as the web root of the X2CRM application). To find the absolute path to the web root:
    1. Paste the following into a PHP file called "path.php":
      <?php echo realpath(dirname(__FILE__)); ?>
      
    2. Navigate to the file using a web browser
    3. Record the path, append "/email.php", and use the resulting string as the path to the capture script in the mail alias.
    4. Delete the file "path.php" from the server.
  3. Test the alias by sending a message to a fictitious name/email address (i.e. "Sue Doenimm" <test@example.com>) and CC-ing the mail alias.
  4. Check in the Contacts module after sending the email. If nothing appears in the contacts database:
    • Check the web server error logs
    • Check the logs of the mail transfer agent (i.e. Postfix/Exim4)
  5. Test to see if your email software's forwarded message format is supported by forwarding an email from a contact to the mail alias.

If you receive a response email notifying of an unsupported forwarded message format, or do not see the email attached to the appropriate contact in X2CRM, forward the the email to X2Engine Customer Support, using the same email software that was used to test the feature. Due to the great diversity of email software and the inconsistency of forwarded/attached message formatting across platforms, the forwarded message capture may not immediately work with your email software of choice. However, per request, support for new forwarded message formats will be added. Once the new format has been integrated and tested in the email lead capture script, you will be sent a new version of the parser which supports your forwarded message format.

References

  1. X2Community Forums: "Can't open contact View"