Message-ID: <737232220.4168.1485858147048.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4167_1246623123.1485858147048" ------=_Part_4167_1246623123.1485858147048 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Using Composer to Install the Demo

Using Composer to Install the Demo

=20
=20
=20
=20

Besides a "clean" eZ Platform installation there is an option to install= eZ Platform with demo content. Demo installation is prepared for the prese= ntation of how eZ Platform works and handles the content using real life ex= amples.

Installation of eZ Platform Demo is very similar to a standard "clean" i= nstallation. Demo provides some previously prepared content and is stored i= n a separate github repository - you can find it here.

Installation requires Composer global installation. You can find more in= formation about using Composer here.

To perform eZ Platform demo installation use commands below in the termi= nal/bash/command-line interface. 

=20
composer create-project --no-dev --keep-vcs ezsystems/ezplatform-d=
emo
cd ezplatform-demo
  
php app/console ezplatform:install demo
=20


Now you can check out the project structure and capabilities of the = system.

It is not recommended to start your own project on demo installation.



=20
=20
=20
=20

 

=20
=20
=20
------=_Part_4167_1246623123.1485858147048--