[commits] [Wiki] changed: DebJessieHorde5
Michael Rubinsky
mrubinsk at horde.org
Wed Oct 28 17:58:01 UTC 2015
mrubinsk Wed, 28 Oct 2015 17:58:00 +0000
Modified page: http://wiki.horde.org/DebJessieHorde5
New Revision: 3
Change log: More spelling, grammer, tweaks.
@@ -20,36 +20,36 @@
{{pear upgrade PEAR}}
----
-+++ Install Mysql and creat Horde database
++++ Install Mysql and create Horde database
{{aptitude install mysql-server mysql-common mysql-client}}
{{mysql --user=root -p}}
-* Database=horde, user=horde, password=PasswordToHordeDatabase
+* Database=horde, user=horde, password=!PasswordToHordeDatabase
{{create database horde;}}
-{{grant ALL on horde.* to 'horde' identified by 'PasswordToHordeDatabase';}}
+{{grant ALL on horde.* to 'horde' identified by '!PasswordToHordeDatabase';}}
{{quit}}
----
-+++ Install PHP5 and Horde support
++++ Install PHP5
{{aptitude install php5 php5-common php5-imap php5-mysql php-pear
php5-gd php5-tidy php5-imagick php5-mcrypt php5-intl php5-memcache
php5-geoip php-gettext imagemagick tidy gettext php5-curl}}
----
-+++ Install Horde (read
INSTALL[http://www.horde.org/apps/horde/docs/INSTALL] before proceding)
++++ Install Horde (read
INSTALL[http://www.horde.org/apps/horde/docs/INSTALL] before proceeding)
{{pear channel-discover pear.horde.org}}
{{pear install horde/horde_role}}
{{pear run-scripts horde/horde_role}}
Filesystem location for the base Horde application : /var/www/horde
{{pear install -a -B horde/horde}}
+++ Notes
-* Here you will get some "Failed to down". Take note of what have
failed, you need to install them.
-* You will get some warnings too, These are
harmless[http://marc.info/?l=horde&m=138351291524461&w=2].
-* At the time of this instructions those were:
+* Here you will get some "Failed to download" notices. Take note of
what has failed, you MAY need to install them.
+* You will get some warnings too, These maybe
harmless[http://marc.info/?l=horde&m=138351291524461&w=2].
+* At the time of these instructions those were:
{{pecl upgrade -a -B channel://pecl.php.net/sasl-0.1.0}}
{{pear upgrade -a -B channel://pear.php.net/Text_LanguageDetect-0.3.0}}
{{pecl upgrade -a -B channel://pecl.php.net/idn-0.2.0}}
{{pecl upgrade -a -B channel://pecl.php.net/ssh2-0.12}}
@@ -61,36 +61,36 @@
{{pear upgrade -a -B channel://pear.php.net/Image_Text-0.7.0}}
----
-+++ Install IMP (read
INSTALL[http://www.horde.org/apps/imp/docs/INSTALL] before proceding)
++++ Install IMP (read
INSTALL[http://www.horde.org/apps/imp/docs/INSTALL] before proceeding)
{{pear install -a -B horde/imp}}
Optional: {{pear upgrade -a -B
channel://phpseclib.sourceforge.net/File_ASN1}}
----
-+++ Install Ingo (read
INSTALL[http://www.horde.org/apps/ingo/docs/INSTALL] before proceding)
++++ Install Ingo (read
INSTALL[http://www.horde.org/apps/ingo/docs/INSTALL] before proceeding)
{{pear install -a -B horde/ingo}}
----
-+++ Install Turba (read
INSTALL[http://www.horde.org/apps/turba/docs/INSTALL] before proceding)
++++ Install Turba (read
INSTALL[http://www.horde.org/apps/turba/docs/INSTALL] before proceeding)
{{pear install -a -B horde/turba}}
----
-+++ Install Kronolith (read
INSTALL[http://www.horde.org/apps/kronolith/docs/INSTALL] before
proceding)
++++ Install Kronolith (read
INSTALL[http://www.horde.org/apps/kronolith/docs/INSTALL] before
proceeding)
{{pear install -a -B horde/kronolith}}
{{pear upgrade -a -B channel://pear.php.net/Date_Holidays-0.21.8}}
-Optional: Install your contry holidays if available.
+Optional: Install your country's holidays, if available.
----
-+++ Install Mnemo (read
INSTALL[http://www.horde.org/apps/mnemo/docs/INSTALL] before proceding)
++++ Install Mnemo (read
INSTALL[http://www.horde.org/apps/mnemo/docs/INSTALL] before proceeding)
{{pear install -a -B horde/mnemo}}
----
@@ -106,35 +106,35 @@
{{chown -R www-data /var/log/horde/}}
* Setup Apache2 for Horde.
-++++ Fisrt time configuration
+++++ First time configuration
{{cd /var/www/horde/config}}
{{cp -p conf.php.dist conf.php}}
- * Use your browser to open your_Horde_site. You d'ont need to login,
you will be using as "Administrator".
- * Configure just database, optinally logging (if so, do it before database).
- * Gear -> Configuration -> Horde -> Databse tag
+ * Use your browser to open your_Horde_site. You don't need to login,
you will be using as "Administrator".
+ * Configure just database, optional logging (if so, do it before database).
+ * Gear -> Configuration -> Horde -> Database tag
* SQL Database Settings
* ''phptype'' -> Mysql (mysqli)
* ''username'' -> horde
- * ''password'' -> PasswordToHordeDatabase
+ * ''password'' -> !PasswordToHordeDatabase
* ''database'' -> horde
* Click on "Generate Horde Configuration"
-As your database is empty you will get an error and crash. D'ont worry!
+As your database is empty you will get an error and crash. Don't worry!
++++ Setup horde database
{{horde-db-migrate}}
++++ Configure Horde and applications
* Use your browser to open your_Horde_site.
- * Update all SQL DB schemas
+ * Update all SQL DB schema
* Take a look at all Horde's tabs and configure all applications
(Imp, Ingo, Turba, Kronolith, Mnemo and Nag).
-+++ Note: Do not click on the exit icon (logout), just close the
browser. We stiil need to get back without login (Administrator).
++++ Note: Do not click on the exit icon (logout), just close the
browser. We still need to get back without login (Administrator).
++++ Take a look at test.php
* Enable test (Horde configuration -> General -> uncheck ''testdisable'').
@@ -149,14 +149,14 @@
++++ Consider using https
* Setup Apache to use Horde via https
* Horde configuration -> General -> URL Settings -> use_ssl ->
"Assume we are using SSL and allways generate https URLs."
-+++ Note: Do not click on the exit icon (logout), just close the
browser. We stiil need to get back without login (Administrator).
++++ Note: Do not click on the exit icon (logout), just close the
browser. We still need to get back without login (Administrator).
++++ Setup authentication and resume Horde configuration
* Horde configuration -> Authentication -> Authentication Settings
- * ''admins'': Comma separeted list of logins of those who will
administer Horde. Your login should be on the list.
+ * ''admins'': Comma separated list of logins of those who will
administer Horde. Your login should be on the list.
* ''driver'': "Let a Horde application handle authentication"
* ''app'': imp
* Click on "Generate Horde Configuration".
More information about the commits
mailing list