Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Installation

To install eZ Flow, you must first install the packages on your web server and prepare the database. This process is exactly the same as installing the regular version of eZ Publish.

First, ensure that your web server meets the requirements.

If you are upgrading to eZ Flow 2.x from a previous version please refer to the upgrade notes for 2.0, 2.1, 2.2, 2.3 and 2.4.

Installing on Linux/UNIX

After checking that your system meets the requirements, install the software according to the instructions located here.

In the first step, you will create a database for eZ Publish. Next, you will download, unpack and install the eZ Publish distribution. Follow the instructions until you reach the step that instructs you to start the Setup Wizard. Then proceed to the Running the Setup Wizard section of this document.

Installing on Windows

After checking that your system meets the requirements, install the software according to the instructions located here.

In the first step, you will create a database for eZ Publish. Next, you will download, unpack and install the eZ Publish distribution. Follow the instructions until you reach the step that instructs you to start the Setup Wizard. Then proceed to the Running the Setup Wizard section of this document.

Running the Setup Wizard

The Website Interface is installed via the regular eZ Publish Setup Wizard. Visit the Setup Wizard documentation for more information.

To initiate the eZ Publish Setup Wizard, browse to the URL http://example.com/index.php, where example.com is the name of the web server where you installed eZ Publish.

When installing the Website Interface, note the following:

  • Welcome page: The eZ Publish Setup Wizard's Welcome page has a button labeled Finetune. This option should only be used by people with considerable experience at installing eZ Publish. Most people should click the Next button.
  • Site package: This page lists all the available site packages from http://packages.ez.no/ezpublish/4.6/4.6.0/. Select your eZ Publish version and locate the package called eZ Flow, enable the radio button next to it, then click Next.
  • Site details: The User path and Admin path fields refer to the siteaccess. A siteaccess is a collection of configuration settings that dictates the appearance and behavior of the website. For example, these settings determine which design to use and what language to display. An eZ Publish installation may contain multiple siteaccesses, one for each language, in addition to a siteaccess for the Administration Interface.
  • Change the Title of the website to the name you want your site to display in browsers, search engine results, etc.
  • The Site URL field only needs to be changed if you intend to move the site to a different location. (Consult the online documentation for instructions if this is the case.)
  • The User path field contains the name of the siteaccess that is used as the default when a visitor accesses the web site. If you selected English as the default language, the default user path will be eng (for example, requests for http://www.example.com will be redirected to http://www.example.com/eng).
  • It is not necessary to specify the Admin path, because an eZ Publish site that uses the Website Interface uses a default admin path (http://www.example.com/ezflow_site_admin/).
  • Site administrator: This is the default administrative user for the eZ Publish site. Creating additional accounts (including non-administrative accounts used for daily tasks) is described in the eZ Publish documentation. All user accounts must have a unique email address. Therefore, do not use an email account for the admin user that you intend to use later for your regular user account.

Cronjob installation

The eZ Flow extension requires a cronjob operation to be executed every minute. From your eZ Publish root folder execute the following command:

$ php runcronjobs.php ezflow

Read how to set up cronjobs in eZ Publish by clicking the link.

Accessing your site

To access your web site, enter the URL you configured during the installation. For example, if you specified http://example.com/ as the address of your web site, enter that URL in a browser to access the site.

Note that it may take longer than usual to access web pages the first time. This is because the system creates a cache for each page that you access. Once the cache is created, accessing the page in the future will be faster.

To access the Administration Interface for your site, load the URL http://www.example.com/ezflow_site_admin/.

Geir Arne Waaler (09/11/2011 2:35 pm)

Ricardo Correia (20/12/2013 11:28 am)

Geir Arne Waaler, Ricardo Correia


Comments

There are no comments.