Skip to content

Commit

Permalink
Docker container installation info
Browse files Browse the repository at this point in the history
  • Loading branch information
namiltd committed Apr 6, 2015
1 parent 48c20fe commit 5d7c6eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ the message boards on SourceForge.
INSTALLATION AND CONFIGURATION
------------------------------

####Typical installation

Just decompress and untar the source (which you should have done by now,
if you're reading this...), into your webserver's document root.

Expand All @@ -57,6 +59,12 @@ can do this.

That's it. Restart your webserver (if you changed php.ini), and voila.

####Docker container installation

- sudo docker build -t phpsysinfo github.com/phpsysinfo/phpsysinfo
- sudo docker run -i -p 8080:80 -t phpsysinfo
- go to http://localhost:8080/phpsysinfo/

KNOWN PROBLEMS
--------------

Expand Down

0 comments on commit 5d7c6eb

Please sign in to comment.