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:
parent
e55c6d3ffe
commit
a3a663d964
1 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,12 @@
|
||||||
An usable bash-httpserver with easy configuration and PHP.
|
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`
|
1. Install following packages: `bash socat dos2unix`
|
||||||
2. Download simpsh-httpd:
|
2. Download simpsh-httpd:
|
||||||
|
@ -27,4 +32,5 @@ An usable bash-httpserver with easy configuration and PHP.
|
||||||
6. Have fun with simpsh-httpd!
|
6. Have fun with simpsh-httpd!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Tip: You don't need to restart simpsh-httpd after update/configchange!
|
Tip: You don't need to restart simpsh-httpd after update/configchange!
|
||||||
|
|
Loading…
Add table
Reference in a new issue