<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; mobile office</title> <atom:link href="http://www.ghacks.net/tag/mobile-office/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Install OpenGoo for in house collaboration tools</title><link>http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/</link> <comments>http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/#comments</comments> <pubDate>Sun, 08 Nov 2009 19:42:26 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Online Services]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[collaboration]]></category> <category><![CDATA[google documents]]></category> <category><![CDATA[mobile office]]></category> <category><![CDATA[office suite]]></category> <category><![CDATA[online office]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=18315</guid> <description><![CDATA[Do you use Google for your collaboration tools? Gmail? Google Documents? Contacts? Although the Google suite is a very nice suite of tools that has grown exponentially in popularity, there is something to be said about keeping your collaboration tools in-house. There are plenty of tools that will allow you to set up such a [...]]]></description> <content:encoded><![CDATA[<p>Do you use Google for your collaboration tools? Gmail? Google Documents? Contacts? Although the Google suite is a very nice suite of tools that has grown exponentially in popularity, there is something to be said about keeping your collaboration tools in-house. There are plenty of tools that will allow you to set up such a collaboration suite. Some of these tools are costly, some of them are overly-complex to use or install, and some of them just don&#8217;t offer all of the tools you need.</p><p>And then there&#8217;s <a
title="OpenGoo" href="http://www.opengoo.org" target="_blank">OpenGoo</a>. OpenGoo is an open source collaboration tool that is fully web-based, easy to use, simple to install, and free to use. But is OpenGoo for you and your company? This tutorial will show you how to get an OpenGoo installation up and running so you can kick the tires and find out if it is exactly what you need.</p><p><span
id="more-18315"></span><strong>Features</strong></p><p>OpenGoo offers all of the standard features of a business-level collaboration suite:</p><ul><li>Text documents</li><li>Spreadsheets (coming soon)</li><li>Presentations</li><li>Task Lists</li><li>E-mails</li><li>Calendars</li><li>Web Links</li><li>Contacts</li></ul><p>All you need to install an OpenGoo server is:</p><ul><li><span
style="background-color: #ffffff">Apache &gt;= 2.0</span></li><li><span
style="background-color: #ffffff">MySQL &gt;= 5.0 (5.2 recommended)</span></li><li><span
style="background-color: #ffffff">MySQL &gt;= 4.1 with InnoDB support</span></li></ul><p>Now, let&#8217;s get on with that installation.</p><p><strong>Install</strong></p><p>This installation will be done on a Ubuntu 9.10 setup. I have installed this on both desktop and server installation, but regardless of which you have installed, you will need a LAMP server running.</p><p>The first thing you need to do is to download the zip file from the <a
title="OpenGoo download" href="http://sourceforge.net/projects/opengoo/files/" target="_blank">OpenGoo download page</a>. I downloaded and installed the 1.6 beta version which works nicely.</p><p>Once that file is downloaded, move that file to <strong>/var/www. </strong>Now, change to the <strong>/var/www/</strong> directory and then unzip it with the command:<span
style="background-color: #ffffff"> </span></p><p><span
style="background-color: #ffffff"><em>sudo unzip opengoo_1.6.beta-2.zip</em></span></p><p><span
style="background-color: #ffffff">NOTE: If you downloaded a different release, edit that command to reflect the release number.</span></p><p><span
style="background-color: #ffffff">Once that files is unzipped rename the directory with the command:</span></p><p><span
style="background-color: #ffffff"><em>sudo mv opengoo_1.6.beta-2.zip opengoo</em></span></p><p><span
style="background-color: #ffffff">Now change into the <strong>/var/www/opengoo</strong> directory and issue the following commands:</span></p><p><span
style="background-color: #ffffff"><em>sudo chmod -R ugo+w /var/www/opengoo/config</em></span></p><p><span
style="background-color: #ffffff"><em>sudo chmod -R ugo+w /var/www/opengoo/cache</em></span></p><p><span
style="background-color: #ffffff"><em>sudo chmod -R ugo+w /var/www/opengoo/upload</em></span></p><p><span
style="background-color: #ffffff"><em>sudo chmod -R ugo+w /var/www/opengoo/tmp</em></span></p><p><span
style="background-color: #ffffff">With all the right permissions in play, it is time to create the database. I like to use PhpMyAdmin to make database creation simple. For more information about installing this tool check out my article &#8220;<a
title="Install phpmyadmin for easy MySQL administration" href="http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/" target="_blank">Install PhpMyAdmin for easy MySQL administration</a>&#8220;. Use this tool to create a database called &#8220;opengoo&#8221; (No quotes).</span></p><p><span
style="background-color: #ffffff">Time to begin the web-based installation.</span></p><p><span
style="background-color: #ffffff">Fire up your browser and point it to:</span></p><p><span
style="background-color: #ffffff"><em>http://IP_TO_SERVER/opengoo</em></span></p><p><span
style="background-color: #ffffff">Where IP_TO_SERVER is the actual IP Address of your OpenGoo server. You will be greeted with usual welcome screen that will tell you exactly what is going to happen during the installation. Click the Next button to continue on.</span></p><p><span
style="background-color: #ffffff">The second screen will run the environment checks. If everything gets and OK (and it should be if your LAMP server is up and running and you&#8217;ve taken care of all the permissions) click the Next button to continue on.</span></p><p><span
style="background-color: #ffffff"> </span></p><div
id="attachment_18316" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-18316" href="http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/opengoo_install_3/"><img
class="size-thumbnail wp-image-18316 " src="http://www.ghacks.net/wp-content/uploads/2009/11/opengoo_install_3-300x300.png" alt="Figure 1" width="180" height="180" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The third page of the installation (see Figure 1) is the first step that should require you to input any data.</p><p>The information should be fairly self explanatory. There is one point of note: If you plan on allowing access to your local LAN you will need to change the Absolute script URL to reflect the proper IP address (or domain).</p><p>Once you have all of this information in place, click the Next button which will take you to the congratulations screen where you only need click the Finish button to assume you&#8217;ve completed the installation.</p><div
id="attachment_18317" class="wp-caption alignright" style="width: 190px"><a
rel="attachment wp-att-18317" href="http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/opengoo_install_5/"><img
class="size-thumbnail wp-image-18317 " src="http://www.ghacks.net/wp-content/uploads/2009/11/opengoo_install_5-300x300.png" alt="Figure 2" width="180" height="180" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Ah, but there is one more step. Figure 2 shows the final step for the installation. Here you need to create an administrator for your installation.</p><p>Setup your administrative user and click Submit. You can now log in to your OpenGoo server with your administrative user.</p><p><strong>The basic interface</strong></p><p>You will log into your OpenGoo server by entering the same address you did for the installation. When you log in you will be at the OpenGoo Getting Started Page (see Figure 3).</p><div
id="attachment_18318" class="wp-caption alignleft" style="width: 310px"><a
rel="attachment wp-att-18318" href="http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/opengoo_main_page/"><img
class="size-thumbnail wp-image-18318" src="http://www.ghacks.net/wp-content/uploads/2009/11/opengoo_main_page-300x300.png" alt="Figure 3" width="300" height="300" /></a><p
class="wp-caption-text">Figure 3</p></div><p>The OpenGoo installation will offer a very simple information page that will help you get started on your decision. But as you can see, the interface is laid out quite well. The tools are accessible and very user-friendly.</p><p>After using OpenGoo for a while I can assure you if you like Google&#8217;s suite of tools, you will like OpenGoo.</p><p><strong>Final thoughts</strong></p><p>If you are looking for a very cost effect collaboration solution look no further than the open source OpenGoo suite of tools. Not only is it easy to use, it&#8217;s simple to install, and free of charge.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
