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 2018-07-15 09:13:19 +00:00
parent 4c030ab5bb
commit fe3580e776

View file

@ -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.