Installation

After working through this page you’ll have a running Sulu instance. At first we’ll load Sulu and afterwards dependent packages.

Get the code

First of all you have to clone the sulu-standard repository on GitHub and change into the cloned directory.

$ git clone https://github.com/sulu-io/sulu-standard.git

After the clone has finished, you can change to the cloned directory, and checkout the latest version of Sulu:

$ cd sulu-standard
$ git checkout master

Install dependencies

Use Composer to install Sulu’s dependencies:

composer install

At the end of the installation, Composer asks you to submit values of different parameters. For now, just press “Enter” to keep their default values. You can learn more about each parameter in the Parameter Reference.

Congratulations! You have just installed Sulu. Continue with Setup a website! to setup your first Sulu website.