Digital Machine Information Tracking
- Install LAMP/WAMP server and GIT on machine
- Goto htdocs folder inside LAMP's root directory. In Ubuntu usually at /opt/lampp/htdocs
- Run git clone command
- Run git fetch --all
- Turn on Apache server and Mysql server from LAMPP.(usually at sudo ./opt/lampp/manager-linux-x64.run, followed by switching on with GUI)
- Open php my admin on browser
- create database named computers and import sql file in it
- In pdo.php file replace username and password with system configured password
- On browser use URL localhost/MachineTracking to access the site. On other PC use /MachineTracking. (If you changed the name of folder created after git clone, replace MachineTracking with your folder name)