Installation

How to Install Orchestra

Orchestra contains most of its own components in the source folder. Therefore to install Orchestra, simply extract the contents of the downloaded archive into an empty folder.

Install Composer Dependencies

Orchestra uses a variety of external dependencies such as Doctrines Database Abstraction Layer (DBAL)

To install these dependencies, simply run composer install from your project directory.

Read more about composer on the Composer Project Page

Server configuration

Orchestra comes with a modified version of the built-in PHP Development Server called Opera A matching configuration file is also provided, for more information see here: LINK

If you’d like to run Orchestra on a production server or your own server [1] you may need to enable the php_intl [2] extension.

Orchestra requires at least PHP 5.5, older versions are NOT supported!

[1]Orchestra works best on Apache or Nginx on Ubuntu >12
[2]Read more here: http://php.net/manual/en/book.intl.php