diff options
-rw-r--r-- | fripost-docs.org | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 58c0036..d46a6d3 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -771,6 +771,14 @@ TODO: add the necessary configuration files sudo apt-get install apache2 +sudo a2enmod ssl rewrite + +:: /etc/apache2/ports.conf + + <IfModule mod_ssl.c> + NameVirtualHost *:443 + </IfModule> + *** Roundcube **** Installing roundcube @@ -813,6 +821,7 @@ sudo apt-get install roundcube # compose html formatted messages by default $rcmail_config['htmleditor'] = TRUE; + **** Installing custom logo LOGO="logo2011_webmail.png" @@ -820,13 +829,13 @@ sudo mv /var/lib/roundcube/skins/default/images/roundcube_logo.png /var/lib/roun sudo mv $LOGO /var/lib/roundcube/skins/default/images/roundcube_logo.png sudo chmod 0644 /var/lib/roundcube/skins/default/images/roundcube_logo.png -*** Configuring ikiwiki -sudo apt-get install ikiwiki +*** ikiwiki +sudo apt-get install ikiwiki -*** Configuring gitolite and gitweb +*** gitolite and gitweb # Note: incomplete steps |