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
4c030ab5bb
commit
fe3580e776
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -1,6 +1,7 @@
|
||||||
# simpsh-httpd
|
# simpsh-httpd
|
||||||
|
|
||||||
An usable bash-httpserver with easy configuration and PHP.
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
### *Recomended*: Release installation
|
### *Recomended*: Release installation
|
||||||
1. Download a release from the [Tags](https://gitlab.com/niansa/simpsh-httpd/tags/)
|
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`
|
4. Edit /etc/simpsh-httpd/config.sh: `sudoedit /etc/simpsh-httpd/config.sh`
|
||||||
5. Start simpsh-httpd: `simpsh-httpd-socat -d`
|
5. Start simpsh-httpd: `simpsh-httpd-socat -d`
|
||||||
|
|
||||||
|
|
||||||
### Standart installation
|
### Standart installation
|
||||||
|
|
||||||
1. Install following packages: `bash socat dos2unix`
|
1. Install following packages: `bash socat dos2unix`
|
||||||
2. Download simpsh-httpd:
|
2. Download simpsh-httpd:
|
||||||
* `$ cd ~`
|
* `$ cd ~`
|
||||||
|
@ -30,5 +29,12 @@ An usable bash-httpserver with easy configuration and PHP.
|
||||||
6. Have fun with simpsh-httpd!
|
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.
|
Loading…
Add table
Reference in a new issue