Initial Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
All source code is available on the .
CultuurNet Vlaanderen vzw offers a ready-to-go setup with which resembles the test and production environments the most. We recommend using this Vagrant box. Get in touch with CultuurNet Vlaanderen vzw to get access to the Vagrant box.
You will need a web server (for example Apache or Nginx) with at least PHP 5.5.
Steps:
Git clone the source code.
Install the dependencies with composer install
.
Set the web directory as the document root in your web server
configuration.
Configure your web server to rewrite all requests that do not match with an existing file,
to index.php. If you are using Apache, the .htaccess file already takes care
of this.
Copy to and adapt to your needs.