Message-ID: <923376269.4162.1485858074044.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4161_731609539.1485858074044" ------=_Part_4161_731609539.1485858074044 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html
eZ Platform is a new CMS written in PHP5 using Symfony2 Full Stack.
You will need a web server, a relational database and PHP5.x+ in ord=
er to follow this tutorial. An *AMP web server is sufficient. You can use a=
local server on your own computer.
Once you have installed eZ Platform, configur= ed your server, and created your database (see aside) started your web= server, you need to create a database for this tutorial.
I=
n this tutorial, we'll use the database name "ezplatformtutorial".
You can create this using a GUI tool, or on =
the command line. For MySQL you can use this query: `CREATE DATABASE =
ezplatformtutorial CHARACTER SET UTF8`
. You can perform the equivale=
nt action on the database of your choice. We've seen good results with Mari=
aDB, PostgreSQL, and others.
As we did a clean install, the root content will be displayed using the = default content view template.
Our website is quite raw for the momen= t.
We will customize this default content view template in the next ste=
ps. After that, we'll create your Content Model and populate your content t=
ree.
=E2=AC=85 Previous: Introduction of the Tutor= ial
Next: Step 2 - Create your content model =E2=9E=A1<= /p>