Skip to content

Commit 4ee2c75

Browse files
Clarify HumHub root as web server document root in download section (#225)
1 parent 20b4c56 commit 4ee2c75

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/admin/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ Make sure your server meets the [System Requirements](requirements.md) before yo
1717
If you intend to setup a development environment for HumHub, follow the [Development Environment](https://github.com/humhub/humhub/blob/develop/docs/develop/intro-environment.md)
1818
guide instead.
1919

20-
The packaged version of HumHub is available at [https://download.humhub.com](https://download.humhub.com).
21-
After the download, just place the package into the `htdocs` folder of your web server.
20+
The packaged version of HumHub is available at [https://download.humhub.com](https://download.humhub.com). Extract the
21+
downloaded package into a directory on your server (e.g. `/var/www/humhub`). This directory is your HumHub root,
22+
containing `index.php`, and must be used as the document root in your web server configuration (see
23+
[Web Server Configuration](server-setup.md#webserver)).
2224

2325
Example
2426

0 commit comments

Comments
 (0)