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
6e686252c4
commit
a615cd4e7f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ An usable bash-httpserver with easy configuration and PHP.
|
|||
|
||||
### Installation as package
|
||||
1. Build package: `cd ; curl https://gitlab.com/niansa/simpsh-httpd/raw/master/mkdeb.sh | bash -`
|
||||
2. Install package: `sudo apt install bash socat dos2unix && sudo dpkg --install ./simpsh-httpd.deb`
|
||||
2. Install package: `sudo dpkg --install ./simpsh-httpd.deb && sudo apt -f install`
|
||||
3. Edit /etc/config.sh:
|
||||
* `FILES` Here is the webroot (homefolder for the website).
|
||||
* `HTMLTITLE` This is the title for the filelist.
|
||||
|
|
Loading…
Add table
Reference in a new issue