User Tools

Site Tools


tutorials:horde_groupware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorials:horde_groupware [2009/08/07 20:15]
razvan
tutorials:horde_groupware [2009/08/07 20:27]
razvan
Line 72: Line 72:
 ==== Create database and tables === ==== Create database and tables ===
  
-The database configuration step {{{(1)}}} should run smoothly. However, the {{{'Create database or tables'}}} step {{{(2)}}} failed for me everytime as I had the database already created. As such I used the {{{$HORDE_INSTALL_DIR/scripts/sql/groupware.mysql.sql}}} script:+The database configuration step {{{(1)}}} should run smoothly. However, the {{{'Create database or tables'}}} step {{{(2)}}} failed for me everytime as I had already created the database. As such I used the {{{$HORDE_INSTALL_DIR/scripts/sql/groupware.mysql.sql}}} script:
  
 {{{ {{{
Line 126: Line 126:
  
 === Enable HTTPS === === Enable HTTPS ===
 +
 +You can configure HTTPS only access to Horde through the use of {{{mod_ssl}}} and {{{mod_rewrite}}} Apache modules. Replace {{{/~razvan/horde}}} with your webroot.
  
 {{{ {{{
Line 141: Line 143:
 === That's it! === === That's it! ===
  
-Congratulations! You have a working instance of Horde Webmail Groupware installed. Accessing your base URL (http://SERVER_NAME/WEBROOT/) should get you to the secured login page.+Congratulations! You now have a working instance of Horde Webmail Groupware. Accessing your base URL ({{{http://SERVER_NAME/WEBROOT/}}}) should get you to the secured login page.
  
 == Extra configuration and customization == == Extra configuration and customization ==
Line 169: Line 171:
 razvan@swarm:~/public_html/horde/wicked/scripts/sql$ ls razvan@swarm:~/public_html/horde/wicked/scripts/sql$ ls
 CVS  wicked.mssql.sql  wicked.oci8.sql  wicked.sql CVS  wicked.mssql.sql  wicked.oci8.sql  wicked.sql
-razvan@swarm:~/public_html/horde/wicked/scripts/sql$ mysql -u swarm_horde -h koala.cs.pub.ro -pohphaiphoh swarm_horde+razvan@swarm:~/public_html/horde/wicked/scripts/sql$ mysql -u $MYSQL_USERNAME -h $MYSQL_HOSTNAME -p$MYSQL_PASSWORD $MYSQL_DATABASE
 mysql> source wicked.sql mysql> source wicked.sql
 [...] [...]
Line 208: Line 210:
 ==== Setup automatic configuration of default identity ==== ==== Setup automatic configuration of default identity ====
  
-When using IMP, you would like automatic configuration of the Default Identity (sender address). For that we use a postauthentication script, as mentioned [http://wiki.horde.org/CustomizingPreferences|here] (search David Komanek). Update $HORDE_INSTALL_DIR/config/hooks.php with the script. Also update the postauthenticate configuration in $HORDE_INSTALL_DIR/config/conf.php+When using IMP, you would like automatic configuration of the {{{Default Identity}}} (sender address). For that we use a postauthentication script, as mentioned [[http://wiki.horde.org/CustomizingPreferences|here]] (search {{{David Komanek}}}). 
 + 
 +Update {{{$HORDE_INSTALL_DIR/config/hooks.php}}} with the script. Also update the postauthenticate configuration in {{{$HORDE_INSTALL_DIR/config/conf.php}}} 
 {{{ {{{
 $conf['hooks']['postauthenticate'] = true; $conf['hooks']['postauthenticate'] = true;
Line 215: Line 220:
 ==== Change default theme ==== ==== Change default theme ====
  
-File to update: $HORDE_INSTALL_DIR/config/prefs.php +File to update: {{{$HORDE_INSTALL_DIR/config/prefs.php}}}; 
-Preference to alter: 'theme' (I like 'silver')+Preference to alter: {{{'theme'}}} (I like {{{'silver'}}});
  
 {{{ {{{
Line 226: Line 231:
 ==== Change default sidebar width === ==== Change default sidebar width ===
  
-As the sidebar is quite small, I like updating it from 150 to 200.+As the sidebar is quite small, I like updating it from {{{150}}} to {{{200}}}
  
-File to update: $HORDE_INSTALL_DIR/config/prefs.php +File to update: {{{$HORDE_INSTALL_DIR/config/prefs.php}}}; 
-Preference to alter: 'sidebar_width'+Preference to alter: {{{'sidebar_width'}}};
  
 {{{ {{{
Line 238: Line 243:
 ==== IMP - configure default sending charset ==== ==== IMP - configure default sending charset ====
  
-File to update: $HORDE_INSTALL_DIR/imp/config/prefs.php +File to update: {{{$HORDE_INSTALL_DIR/imp/config/prefs.php}}}; 
-Preference to alter: 'sending_charset'+Preference to alter: {{{'sending_charset'}}};
  
 {{{ {{{
Line 249: Line 254:
 ==== IMP - disable view of deleted messages ==== ==== IMP - disable view of deleted messages ====
  
-File to update: $HORDE_INSTALL_DIR/imp/config/prefs.php +File to update: {{{$HORDE_INSTALL_DIR/imp/config/prefs.php}}}; 
-Preference to alter: 'delhide'+Preference to alter: {{{'delhide'}}};
  
 {{{ {{{
Line 260: Line 265:
 ==== Configure date and timezone options ==== ==== Configure date and timezone options ====
  
-File to update: $HORDE_INSTALL_DIR/imp/config/prefs.php +File to update: {{{$HORDE_INSTALL_DIR/imp/config/prefs.php}}}; 
-Preferences to alter: 'first_week_day', 'twentyFour', 'date_format', 'timezone'+Preferences to alter: {{{'first_week_day'}}}{{{'twentyFour'}}}{{{'date_format'}}}{{{'timezone'}}};
  
 {{{ {{{
tutorials/horde_groupware.txt · Last modified: 2020/07/20 09:16 (external edit)