Difference between revisions of "Group-Office"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with '==About== category:softwareGroup-Office is a free/open-source groupware package.{{seed}} ==Notes== Unlike most other web software, Group-Office keeps some informa…')
 
(more stuff)
Line 1: Line 1:
 
==About==
 
==About==
[[category:software]][[Group-Office]] is a [[free/open-source]] [[groupware]] package.{{seed}}
+
[[category:software]][[Group-Office]] is a [[free/open-source]] [[groupware]] package that also has a premium (paid) version with more features. Unlike most web software packages, it is available for [[Linux repository|repository]]-based installation for [[Debian]] or [[Ubuntu]], allowing for easier installation and maintenance.
==Notes==
+
===Premium Version===
Unlike most other web software, Group-Office keeps some information completely outside of the web server files:
+
Upgrading from free to premium involves installing a license and the Ioncube file, which requires root access (the [[php.ini]] file must be modified and [[php]] will need to be restarted).{{seed}}
 +
==Installation==
 +
===from Repository===
 +
When installed from a repository, Group-Office keeps some information completely outside of the web server files (unlike most web software):
 +
* <u>/usr/share/groupoffice</u> contains the executable code (mostly PHP, some Javascript)
 +
** The apt-get installation process creates a link to this folder from a location in the web server file area, rather than just putting the files there.
 
* <u>/etc/groupoffice</u> contains configuration files
 
* <u>/etc/groupoffice</u> contains configuration files
* the user may configure a folder for allowing access to server files through Group-Office
+
* <u>/home/groupoffice</u> contains some data files
 +
* supposedly, the user can configure a folder for allowing access to server files through Group-Office, but I haven't been able to get this to work yet --[[User:Woozle|Woozle]] 18:01, 16 June 2010 (UTC)
  
Also, the default installation puts the Group-Office code files in <u>/usr/share/groupoffice</u>, to which a location in the web server file area is linked (rather than just putting the files there).
 
 
==Links==
 
==Links==
 
* [http://www.group-office.com/ Home page]
 
* [http://www.group-office.com/ Home page]
 +
** [http://www.group-office.com/wiki/Main_Page v3.x documentation] (wiki - uses [[MediaWiki]])
 +
** [http://docs.group-office.com/ v2.x documentation]
 +
** [http://www.group-office.com/forum/ discussion forum]

Revision as of 18:01, 16 June 2010

About

Group-Office is a free/open-source groupware package that also has a premium (paid) version with more features. Unlike most web software packages, it is available for repository-based installation for Debian or Ubuntu, allowing for easier installation and maintenance.

Premium Version

Upgrading from free to premium involves installing a license and the Ioncube file, which requires root access (the php.ini file must be modified and php will need to be restarted).

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Installation

from Repository

When installed from a repository, Group-Office keeps some information completely outside of the web server files (unlike most web software):

  • /usr/share/groupoffice contains the executable code (mostly PHP, some Javascript)
    • The apt-get installation process creates a link to this folder from a location in the web server file area, rather than just putting the files there.
  • /etc/groupoffice contains configuration files
  • /home/groupoffice contains some data files
  • supposedly, the user can configure a folder for allowing access to server files through Group-Office, but I haven't been able to get this to work yet --Woozle 18:01, 16 June 2010 (UTC)

Links