1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update README.md

This commit is contained in:
niansa 2017-12-26 10:56:46 +01:00 committed by GitHub
parent e55c6d3ffe
commit a3a663d964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,12 @@
An usable bash-httpserver with easy configuration and PHP.
### Installation
### Installation as package (with init service)
1. Build package: `cd ; curl https://raw.githubusercontent.com/niansa/simpsh-httpd/master/mkdeb.sh | bash -`
2. Install package: `sudo dpkg --install ./simpsh-httpd.deb`
### Installation (without init service)
1. Install following packages: `bash socat dos2unix`
2. Download simpsh-httpd:
@ -27,4 +32,5 @@ An usable bash-httpserver with easy configuration and PHP.
6. Have fun with simpsh-httpd!
Tip: You don't need to restart simpsh-httpd after update/configchange!