Open source VL/EID Dashboard
- Download the Source Code and put it into your server's root folder (www or htdocs).
- Create a database and import the initial sql file
- Modify the config files (configs/autoload/global.php and configs/autoload/local.php ) and update the database parameters
- Ensure that the apache rewrite module is enabled
- Create a virtual host pointing to the public folder of the source code.
You can see an example below :
<VirtualHost *:80>
DocumentRoot "C:\wamp\www\smart-connect\public"
ServerName smart-connect
<Directory "C:\wamp\www\smart-connect\public">
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
- Once you have the application set up, you can visit the URL http://smart-connect/ and log in with the credentials admin@example.com and 12345
- Now you can start adding Users
- You may need to click on "clear cache" link at the bottom to clear the cache after importing fresh data.
You can reach us at hello (at) deforay (dot) com