From fe3580e77623a4c7d20c1733cf4b65ebb867f176 Mon Sep 17 00:00:00 2001 From: niansa Date: Sun, 15 Jul 2018 09:13:19 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2362f3d..8dcab1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # simpsh-httpd -An usable bash-httpserver with easy configuration and PHP. + +## Installation ### *Recomended*: Release installation 1. Download a release from the [Tags](https://gitlab.com/niansa/simpsh-httpd/tags/) @@ -13,9 +14,7 @@ An usable bash-httpserver with easy configuration and PHP. 4. Edit /etc/simpsh-httpd/config.sh: `sudoedit /etc/simpsh-httpd/config.sh` 5. Start simpsh-httpd: `simpsh-httpd-socat -d` - ### Standart installation - 1. Install following packages: `bash socat dos2unix` 2. Download simpsh-httpd: * `$ cd ~` @@ -30,5 +29,12 @@ An usable bash-httpserver with easy configuration and PHP. 6. Have fun with simpsh-httpd! +## Similar projects -Tip: You don't need to restart simpsh-httpd after most updates/configchanges! +### XMB-HTTPD-2 +xmb.ovh/codes/xmb-httpd-2 +Another HTTPD which is written in bash. + +### Iwanttobash +https://github.com/plutesci/Iwanttobash +A tool for bash scripting with options for python html etc. \ No newline at end of file