Install NetID - PartidoDeLaRed/NetID GitHub Wiki
Requirements
Installation
- Downloading: Fork and/or clone or even just download this repository in a new directory/folder.
- 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.