Skip to content
Sacha Lifszyc edited this page Jan 8, 2014 · 3 revisions

Requirements

Installation

  1. Downloading: Fork and/or clone or even just download this repository in a new directory/folder.
  2. Launching the application: Start up your favourite PHP Webserver and access http://netid.dev/web/app_dev.php/admin to access to the admin dashboard.

You can configure your virtualhost to access /web public folder in your VirtualHost:

<VirtualHost *>
    DocumentRoot "your/path/to/dir/netid/web"
    ServerName netid.dev
</VirtualHost>

Dependencies Installation

With composer installed on the project root folder run the command php composer.phar update. This will fetch and install dependencies listed in composer.json file.

Clone this wiki locally