Comments on: Install HumHub on an Ubuntu VPS with Nginx and MariaDB https://www.rosehosting.com/blog/install-humhub-on-an-ubuntu-vps-with-nginx-and-mariadb/ Premium Linux Tutorials Since 2001 Fri, 16 Dec 2022 09:17:03 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Sarah https://www.rosehosting.com/blog/install-humhub-on-an-ubuntu-vps-with-nginx-and-mariadb/#comment-46143 Mon, 02 Oct 2017 23:33:30 +0000 https://secure.rosehosting.com/blog/?p=4686#comment-46143 In reply to Sarah.

In addition
Both of these are also wrong;
30 * * * * /var/www/yourwebsite.com/public_html/yiic cron hourly >/dev/null 2>&1
00 18 * * * /var/www/yourwebsite.com/public_html/yiic cron daily >/dev/null 2>&1

They should be this;
30 * * * * /path/to/humhub/protected/yii cron/hourly >/dev/null 2>&1
00 18 * * * /path/to/humhub/protected/yii cron/daily >/dev/null 2>&1

To be safe I would recommend reworking this to fit the upcoming v1.3 release.

]]>
By: Sarah https://www.rosehosting.com/blog/install-humhub-on-an-ubuntu-vps-with-nginx-and-mariadb/#comment-46122 Tue, 26 Sep 2017 21:42:15 +0000 https://secure.rosehosting.com/blog/?p=4686#comment-46122 Please update this ASAP, as it is no longer up-to-date, or provide a new setup tutorial, or if one is available please provide a link to this so that others won’t get confused.

Example;

/var/www/yourwebsite.com/public_html/protected/config/local/_settings.php not right

/var/www/yourwebsite.com/public_html/protected/config/common.php is right

]]>
By: Tony https://www.rosehosting.com/blog/install-humhub-on-an-ubuntu-vps-with-nginx-and-mariadb/#comment-44467 Fri, 08 Jan 2016 13:01:35 +0000 https://secure.rosehosting.com/blog/?p=4686#comment-44467 Hello,
first of all thank you for your procedure which I followed step by step but when I try http://www.mydomain.com got the welcome page of nginx.
Any idea how to fix it please?
Thanks

]]>
By: admin https://www.rosehosting.com/blog/install-humhub-on-an-ubuntu-vps-with-nginx-and-mariadb/#comment-44438 Wed, 23 Dec 2015 13:59:39 +0000 https://secure.rosehosting.com/blog/?p=4686#comment-44438 In reply to michel.

Please check your nginx configuration file and make sure that the document root is properly set (e.g. ‘/var/www/humhub/public_html’. Also, check the nginx error log for more information on your problem.

]]>
By: michel https://www.rosehosting.com/blog/install-humhub-on-an-ubuntu-vps-with-nginx-and-mariadb/#comment-44435 Wed, 23 Dec 2015 11:03:24 +0000 https://secure.rosehosting.com/blog/?p=4686#comment-44435 Hello, I have followed your instructions step by step in Ubuntu 15.04. x64
difference: mariaDB I installed from the official ubuntu repo.
I noticed that the folder “local” and the file “_setup.php” in /var/www/yourwebsite.com/public_html/protected/config/local/_settings.php is missing.
The page is: http://192.168.163.30/humhub
Firefox displayed “404 Not Found nginx/1.6.2 (Ubuntu)”

What could be missing that nginx can’t access the web directory of humhub?

best regards

]]>