InfCloud (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
sudo chown -R www-data.www-data /var/www/infcloud_0_13_1/
sudo chown -R www-data.www-data /var/www/infcloud_0_13_1/
</pre>
</pre>
== Konfiguration ==


<pre>
<pre>
Zeile 32: Zeile 34:
sudo service apache2 reload
sudo service apache2 reload
</pre>
</pre>
copy the source code into your web server directory (if you use Apache it is strongly recommended to enable the following modules: mod_expires, mod_mime and mod_deflate ... see .htaccess for more details)


== Links ==
== Links ==

Version vom 2. Januar 2020, 16:16 Uhr

Installation

wget https://www.inf-it.com/InfCloud_0.13.1.zip
unzip InfCloud_0.13.1.zip 
sudo mv infcloud/ /var/www/infcloud_0_13_1
sudo chown -R www-data.www-data /var/www/infcloud_0_13_1/

Konfiguration

cd /etc/apache2/conf-available/
sudo vi infcloud.conf 
Alias /infcloud "/var/www/infcloud_0_13_1/"
<Directory "/var/www/infcloud_0_13_1">
    Options +FollowSymLinks
    AllowOverride All

    <IfModule mod_dav.c>
      Dav off
    </IfModule>

    SetEnv HOME /var/www/infcloud_0_13_1
    SetEnv HTTP_HOME /var/www/infcloud_0_13_1
</Directory>
sudo a2enconf infcloud 
sudo service apache2 reload



copy the source code into your web server directory (if you use Apache it is strongly recommended to enable the following modules: mod_expires, mod_mime and mod_deflate ... see .htaccess for more details)

Links

https://www.inf-it.com/open-source/clients/infcloud/


Zurück zu CalDav/CardDav Webclients