> For the complete documentation index, see [llms.txt](https://cultuurnet.gitbook.io/uitpas-beheer-silex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cultuurnet.gitbook.io/uitpas-beheer-silex/initial-setup.md).

# Initial Setup

## Source code

All source code is available on the [GitHub project page](https://github.com/cultuurnet/uitpas-beheer-silex).

## Setup with Vagrant

CultuurNet Vlaanderen vzw offers a ready-to-go setup with [Vagrant](https://www.vagrantup.com/) 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.

## Setup on your own hosting stack

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&#x20;

  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&#x20;

  of this.
* Copy [`config.dist.yml`](/uitpas-beheer-silex/filesystem-layout/config-dist-yml.md) to [`config.yml`](/uitpas-beheer-silex/filesystem-layout/config-yml.md) and adapt to your needs.
