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.
  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 "/Users/sachalifszyc/workspace/netid/web"
    ServerName netid.dev
</VirtualHost>

Clone this wiki locally