Now we create a database for eZ Publish (we name the database ezpublish) and a database user (which we name ezpublish as well). First, log in to MySQL:
mysql --host=localhost --port=3306 -u root -p
On the MySQL shell, run the following commands:
CREATE DATABASE ezpublish CHARACTER SET utf8;
GRANT ALL ON ezpublish.* TO ezpublish@localhost IDENTIFIED BY 'ezpublishsqlpassword';
FLUSH PRIVILEGES;
Make sure that you replace ezpublishsqlpassword with a password of your choice.
Refresh the page until the system chekc is ok, then click on Next >.
On the next page you must specify the method to send out mail. If you have Postfix, Sendmail, Exim, or any other MTA installed, you can use the first option, otherwise specify a mail server that can be used to send mail:
On the next page I chose MySQL...
... and then I typed in the MySQL settings:
Select the required languages that eZ Publish should support:
Select the default layout for your web site (this can be changed later on):
The site package I've chosen supports English (United Kingdom) and French (France), however, only English (American) was installed, so I had to map English (United Kingdom) to English (American) and skip French:
Select URL as the site access method:
You can accept the default settings on the following page:
Then type in the details for the site administrator:
If you see something like this...
... you should run the given command, e.g.:
cd /var/www/ezpublish
cp .htaccess_root .htaccess
Now you can choose if you want to send details about your eZ Publish installation to eZ Systems or not:
That's it, your eZ Publish installation is now finished:
Please do not use the comment function to ask for help! If you need help, please use our forum. Comments will be published after administrator approval.
Recent comments
3 hours 11 min ago
4 hours 25 min ago
5 hours 8 min ago
5 hours 36 min ago
13 hours 3 min ago
16 hours 32 min ago
19 hours 23 min ago
23 hours 58 min ago
1 day 39 min ago
1 day 2 hours ago