Line 3... |
Line 3... |
3 |
|
3 |
|
4 |
* Copyright (c), 1999-2008, Uriah Welcome ([sf.net/users/precision](https://sf.net/users/precision))
|
4 |
* Copyright (c), 1999-2008, Uriah Welcome ([sf.net/users/precision](https://sf.net/users/precision))
|
5 |
* Copyright (c), 1999-2009, Michael Cramer ([sf.net/users/bigmichi1](https://sf.net/users/bigmichi1))
|
5 |
* Copyright (c), 1999-2009, Michael Cramer ([sf.net/users/bigmichi1](https://sf.net/users/bigmichi1))
|
6 |
* Copyright (c), 2007-2008, Audun Larsen ([sf.net/users/xqus](https://sf.net/users/xqus))
|
6 |
* Copyright (c), 2007-2008, Audun Larsen ([sf.net/users/xqus](https://sf.net/users/xqus))
|
7 |
* Copyright (c), 2007-2015, Erkan Valentin ([github.com/rk4an](https://github.com/rk4an), [sf.net/users/jacky672](https://sf.net/users/jacky672))
|
7 |
* Copyright (c), 2007-2015, Erkan Valentin ([github.com/rk4an](https://github.com/rk4an), [sf.net/users/jacky672](https://sf.net/users/jacky672))
|
8 |
* Copyright (c), 2009-2021, Mieczyslaw Nalewaj ([github.com/namiltd](https://github.com/namiltd), [sf.net/users/namiltd](https://sf.net/users/namiltd))
|
8 |
* Copyright (c), 2009-2022, Mieczyslaw Nalewaj ([github.com/namiltd](https://github.com/namiltd), [sf.net/users/namiltd](https://sf.net/users/namiltd))
|
9 |
* Copyright (c), 2010-2012, Damien Roth ([sf.net/users/iysaak](https://sf.net/users/iysaak))
|
9 |
* Copyright (c), 2010-2012, Damien Roth ([sf.net/users/iysaak](https://sf.net/users/iysaak))
|
10 |
|
10 |
|
11 |
|
11 |
|
12 |
REQUIREMENTS
|
12 |
REQUIREMENTS
|
13 |
------------
|
13 |
------------
|
Line 28... |
Line 28... |
28 |
- OpenBSD 2.8+
|
28 |
- OpenBSD 2.8+
|
29 |
- NetBSD
|
29 |
- NetBSD
|
30 |
- DragonFly
|
30 |
- DragonFly
|
31 |
- HP-UX
|
31 |
- HP-UX
|
32 |
- Darwin / Mac OS / OS X
|
32 |
- Darwin / Mac OS / OS X
|
33 |
- Windows 2000 / XP / 2003 / Vista / 2008 / 7 / 2011 / 2012 / 8 / 8.1 / 10 / 2016 / 2019
|
33 |
- Windows 2000 / XP / 2003 / Vista / 2008 / 7 / 2011 / 2012 / 8 / 8.1 / 10 / 10 IoT / 2016 / 2019 / 2022 / 11
|
34 |
- Android
|
34 |
- Android
|
35 |
|
35 |
|
36 |
#### Platforms currently in progress:
|
36 |
#### Platforms currently in progress:
|
37 |
- Haiku
|
37 |
- Haiku
|
38 |
- Minix
|
38 |
- Minix
|
Line 67... |
Line 67... |
67 |
|
67 |
|
68 |
That's it. Restart your webserver (if you changed php.ini), and voila.
|
68 |
That's it. Restart your webserver (if you changed php.ini), and voila.
|
69 |
|
69 |
|
70 |
#### Docker container installation
|
70 |
#### Docker container installation
|
71 |
|
71 |
|
72 |
- `sudo docker build -t phpsysinfo github.com/phpsysinfo/phpsysinfo`
|
72 |
- `sudo docker build -t phpsysinfo github.com/phpsysinfo/phpsysinfo#main`
|
73 |
- `sudo docker run -i -p 8080:80 -t phpsysinfo`
|
73 |
- `sudo docker run -i -p 8080:80 -t phpsysinfo`
|
74 |
- go to http://localhost:8080/phpsysinfo/
|
74 |
- go to http://localhost:8080/phpsysinfo/
|
75 |
|
75 |
|
76 |
KNOWN PROBLEMS
|
76 |
KNOWN PROBLEMS
|
77 |
--------------
|
77 |
--------------
|