PhpSysInfo is a PHP script that displays information about your system, including hardware and software configuration.
In this tutorial, you will learn how to install PhpSysInfo on macOS.
Before you start the installation process, you need to have the following:
cd
command. For example: cd Downloads
.tar -xvzf phpsysinfo-x.x.x.tar.gz
. Replace x.x.x
with the version number you downloaded.mv
command. For example: mv phpsysinfo-x.x.x phpsysinfo
.httpd.conf
file by running the following command: sudo nano /etc/apache2/httpd.conf
.LoadModule php7_module libexec/apache2/libphp7.so
DirectoryIndex index.html
. Add index.php
to the end of the line, separated by a space. It should look like this: DirectoryIndex index.html index.php
.httpd.conf
file by pressing Ctrl+X
, then Y
, and then Enter
.sudo apachectl restart
.PhpSysInfo
directory to Apache's document root directory by running the following command: sudo mv phpsysinfo /Library/WebServer/Documents/
.PhpSysInfo
directory to Apache's user and group by running the following command: sudo chown -R _www:_www /Library/WebServer/Documents/phpsysinfo
.http://localhost/phpsysinfo
.Congratulations! You have successfully installed PhpSysInfo on your macOS computer.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!