Roundcube: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=install *apt-get install apache2 *apt-get install roundcube roundcube-mysql dpkg-reconfigure roundcube-core Next create a symbolic link to apache's docume…“)
 
Zeile 1: Zeile 1:
=install
+
=Install=
*apt-get  install apache2  
+
*apt-get  install apache2 mysql-server
 
 
 
*apt-get install roundcube roundcube-mysql
 
*apt-get install roundcube roundcube-mysql
 
+
*dpkg-reconfigure roundcube-core
 
+
=Next create a symbolic link to apache's document root, in this case /var/www=
dpkg-reconfigure roundcube-core
+
*ln -s /usr/share/roundcube /var/www/html/roundcube
 
+
=Restart Apache=
Next create a symbolic link to apache's document root, in this case /var/www
+
*sudo service apache2 restart
 
+
=Access with your Browser=
sudo ln -s /usr/share/roundcube /var/www/html/roundcube
+
http://myhostname.mydomainname.com/roundcube
 
 
Restart Apache
 
 
 
sudo service apache2 restart
 
 
 
Now browse to your machine at http://myhostname.mydomainname.com/roundcube
 

Version vom 11. Dezember 2014, 15:19 Uhr

Install

  • apt-get install apache2 mysql-server
  • apt-get install roundcube roundcube-mysql
  • dpkg-reconfigure roundcube-core

Next create a symbolic link to apache's document root, in this case /var/www

  • ln -s /usr/share/roundcube /var/www/html/roundcube

Restart Apache

  • sudo service apache2 restart

Access with your Browser

http://myhostname.mydomainname.com/roundcube