<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/opengroupware/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/opengroupware/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 08 Jan 2013 18:20:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opengroupware/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Installation modified by Sebastian Reitenbach</title><link>https://sourceforge.net/p/opengroupware/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,8 +1,18 @@
 OpenGroupware Installation instructions
 ======

+There is a great deal of noise generated about having or not having distribution specific installation instructions; the position of this document is that distribution specific installation instructions are an unnecessary make-work project that waste a most precious resource: time.  Installation of OpenGroupware on any mainstream Linux distribution is essentially the same process. Any competent systems administrator will be able to install OpenGroupware without significant difficulty.
+
+
 Below is the installation described as tested on OpenSUSE 12.2 i386/x86_64.
 On other distributions, the steps should be similar.
+
+Versions
+--------
+
+The wiki will only cover the latest version of OpenGroupware, including some upgrading steps from older versions. New features will be added to the Mercurial repository hosted on Sourceforge.
+The OpenGroupware Mercurial Repository1 is a good place to watch for important changes to the OpenGroupware application.
+

 Dependencies
 ------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Reitenbach</dc:creator><pubDate>Tue, 08 Jan 2013 18:20:14 -0000</pubDate><guid>https://sourceforge.netb0f542e56d6c47d69675a93988293f25fac81c3f</guid></item><item><title>WikiPage Installation modified by Sebastian Reitenbach</title><link>https://sourceforge.net/p/opengroupware/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -91,4 +91,4 @@
     sudo make install

-Voila, OpenGroupware is installed. Now go on with the configuration.
+Voila, OpenGroupware is installed. Now you may go on with the [Post installation tasks](https://sourceforge.net/p/opengroupware/wiki/Post-Installation/).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Reitenbach</dc:creator><pubDate>Thu, 03 Jan 2013 14:15:06 -0000</pubDate><guid>https://sourceforge.neta5a32988fa1ee8db87617e23c3d403e4ed4dd961</guid></item><item><title>WikiPage Installation modified by Sebastian Reitenbach</title><link>https://sourceforge.net/p/opengroupware/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -90,36 +90,5 @@
     make APR=/usr/bin/apr-1-config APXS=/usr/sbin/apxs2
     sudo make install

-OpenGroupware provisioning
---------------------------
-
-    sudo mv /usr/local/lib/mod_ngobjweb.so /usr/lib64/apache2-prefork/
-    sudo mkdir -p /srv/www/htdocs/OpenGroupware55.woa
-    cd /srv/www/htdocs/OpenGroupware55.woa
-    sudo cp -r /usr/local/share/opengroupware/www WebServerResources
-    sudo cp /etc/apache2/vhosts.d/vhost.template /etc/apache2/vhosts.d/ogo.conf
-
-    sudo vi /etc/apache2/vhosts.d/ogo.conf
-
-add the following:
-
-    
-      
-        SetHandler NONE
-      
-      
-        SetHandler ngobjweb-adaptor
-        SetAppPort 20000
-      
-      
-        SetAppPort 21000
-        SetHandler ngobjweb-adaptor
-      
-      
-        SetAppPort 22000
-        SetHandler ngobjweb-adaptor
-      
-    
-

 Voila, OpenGroupware is installed. Now go on with the configuration.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Reitenbach</dc:creator><pubDate>Thu, 03 Jan 2013 14:08:11 -0000</pubDate><guid>https://sourceforge.net9a771752f69c34a0905935173cb1e997fcebc5e5</guid></item><item><title>WikiPage Installation modified by Sebastian Reitenbach</title><link>https://sourceforge.net/p/opengroupware/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -90,4 +90,36 @@
     make APR=/usr/bin/apr-1-config APXS=/usr/sbin/apxs2
     sudo make install

+OpenGroupware provisioning
+--------------------------
+
+    sudo mv /usr/local/lib/mod_ngobjweb.so /usr/lib64/apache2-prefork/
+    sudo mkdir -p /srv/www/htdocs/OpenGroupware55.woa
+    cd /srv/www/htdocs/OpenGroupware55.woa
+    sudo cp -r /usr/local/share/opengroupware/www WebServerResources
+    sudo cp /etc/apache2/vhosts.d/vhost.template /etc/apache2/vhosts.d/ogo.conf
+
+    sudo vi /etc/apache2/vhosts.d/ogo.conf
+
+add the following:
+
+    
+      
+        SetHandler NONE
+      
+      
+        SetHandler ngobjweb-adaptor
+        SetAppPort 20000
+      
+      
+        SetAppPort 21000
+        SetHandler ngobjweb-adaptor
+      
+      
+        SetAppPort 22000
+        SetHandler ngobjweb-adaptor
+      
+    
+
+
 Voila, OpenGroupware is installed. Now go on with the configuration.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Reitenbach</dc:creator><pubDate>Wed, 02 Jan 2013 14:53:44 -0000</pubDate><guid>https://sourceforge.net8a9b20b23023dffd2146a6a9b4fd4217548e4b4f</guid></item><item><title>WikiPage Installation modified by Sebastian Reitenbach</title><link>https://sourceforge.net/p/opengroupware/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,5 +1,8 @@
 OpenGroupware Installation instructions
 ======
+
+Below is the installation described as tested on OpenSUSE 12.2 i386/x86_64.
+On other distributions, the steps should be similar.

 Dependencies
 ------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Reitenbach</dc:creator><pubDate>Wed, 02 Jan 2013 14:47:29 -0000</pubDate><guid>https://sourceforge.net1356e2e1f235a7decb666b8f52c616f5f42c4c22</guid></item><item><title>WikiPage Installation modified by Sebastian Reitenbach</title><link>https://sourceforge.net/p/opengroupware/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,90 @@
 OpenGroupware Installation instructions
 ======

-Prerequisites
-------
+Dependencies
+------------

-Installation
-------
+depending on your distribution, you should have installed the following or similar packages:
+ * openldap2-devel 
+ * libmysqlclient-devel 
+ * postgresql-devel
+ * apache2-devel 
+ * gcc-objc 
+ * gcc-c++ 
+ * make 
+ * gmp-devel 
+ * libxslt-devel
+ * libffi-devel 
+ * avahi-devel 
+ * libicu-devel 
+ * gnutls-devel
+ * libopenssl-devel
+
+GNUstep Make
+------------
+
+    wget ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.6.2.tar.gz
+    tar -xvzf gnustep-make-2.6.2.tar.gz
+    cd gnustep-make-2.6.2
+    LDFLAGS=-L/usr/local/lib ./configure \
+    --with-layout=fhs \
+    --prefix=/usr/local \
+    --with-config-file=/etc/GNUstep.conf \
+    --with-library-combo="gnu-gnu-gnu" \
+    --enable-strict-v2-mode \
+    --enable-multi-platform
+    sudo make install
+    cd ..
+
+GNUstep Base
+------------
+
+    # If you have any really old gnustep libraries hanging around in
+    # /usr/local/ you may want to consider eliminating them.
+    wget ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.24.0.tar.gz
+    tar -xvzf gnustep-base-1.24.0.tar.gz
+    cd gnustep-base-1.24.0
+    ./configure --disable-procfs --disable-procfs-psinfo
+    make
+    sudo PATH=$PATH:/usr/local/bin make install
+    cd ..
+
+
+SOPE
+----
+
+    wget http://www.sogo.nu/files/downloads/SOGo/Sources/SOPE-2.0.3a.tar.gz
+    tar xzvf SOPE-2.0.3a.tar.gz
+    cd SOPE
+    ./configure \
+    --prefix=/usr/local \
+    --gsmake=/usr/local/share/GNUstep/Makefiles
+    make messages=yes
+    sudo make messages=yes install
+    cd ..
+
+Verify that it works so far
+---------------------------
+
+    ### REFRESH THE SYSTEM'S LIBRARY CACHE
+    sudo /sbin/ldconfig
+    
+    ### TEST RUNTIME ENVIRONMENT
+    $ defaults
+    defaults: too few arguments supplied!
+    
+This means the "defaults" command is available and it was able
+to load all the libraries required for it to run. If instead
+you get a "error while loading shared libraries" error then the
+run-time environment is dorked somehow.
+
+OpenGroupware Installation
+--------------------------
+
+    hg clone http://hg.code.sf.net/p/opengroupware/code OGo
+    cd OGo/opengroupware
+    ./configure --prefix=/usr/local
+    make APR=/usr/bin/apr-1-config APXS=/usr/sbin/apxs2
+    sudo make install
+
+Voila, OpenGroupware is installed. Now go on with the configuration.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Reitenbach</dc:creator><pubDate>Wed, 02 Jan 2013 14:46:02 -0000</pubDate><guid>https://sourceforge.net7d6b1f1c291968bca57a2bb19d28dd74e72a7159</guid></item><item><title>WikiPage Installation modified by Sebastian Reitenbach</title><link>https://sourceforge.net/p/opengroupware/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="opengroupware-installation-instructions"&gt;OpenGroupware Installation instructions&lt;/h1&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Reitenbach</dc:creator><pubDate>Wed, 02 Jan 2013 14:32:38 -0000</pubDate><guid>https://sourceforge.netebc0fa10534547ae824657d6ab2df06cd9801841</guid></item></channel></rss>