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
16ed196e0f
commit
aa8914259e
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ An usable bash-httpserver with easy configuration and PHP.
|
||||||
|
|
||||||
### Installation as package (Debian based distros only)
|
### Installation as package (Debian based distros only)
|
||||||
1. Install build dependencies: `sudo apt install fakeroot curl git`
|
1. Install build dependencies: `sudo apt install fakeroot curl git`
|
||||||
2. Build package: `cd ; curl https://gitlab.com/niansa/simpsh-httpd/raw/master/mkdeb.sh | bash -`
|
2. Build package: `curl https://gitlab.com/niansa/simpsh-httpd/raw/master/mkdeb.sh | bash -`
|
||||||
3. Install package: `sudo apt install ./simpsh-httpd.deb`
|
3. Install package: `sudo apt install ~/simpsh-httpd.deb`
|
||||||
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`:
|
||||||
* `FILES` Here is the webroot (homefolder for the website)
|
* `FILES` Here is the webroot (homefolder for the website)
|
||||||
* `HTMLTITLE` This is the title for the filelist
|
* `HTMLTITLE` This is the title for the filelist
|
||||||
|
|
Loading…
Add table
Reference in a new issue