From LedHed's Wiki
Jump to: navigation, search
Line 33: Line 33:
  
 
== Database Setup ==
 
== Database Setup ==
''(This Assumes you already have [[:Category:MySQL MySQL]] installed)''
+
''(This Assumes you already have [[:Category:MySQL]] installed)''
  
  

Revision as of 06:04, 29 July 2006

NOTE: This HowTo assumes you are using a RedHat or Fedora based distro, but most of this info can be applied to any Unix based Operating System.



Download

Download the latest version of Roundcube

If the Above link is broken or out of date, get the latest version Here


UnTar

tar -xvzf roundcubemail-0.1beta.tar.gz


Move

mv roundcubemail-0.1beta /var/www/roundcube

Read the Documentation

cd /var/www/roundcube less README (press q to quit)

less INSTALL (press q to quit)

Change Ownership & Premissions

chown -R root.root roundcube/ cd roundbube/ chmod 755 log/ temp/


Database Setup

(This Assumes you already have Category:MySQL installed)