Changes

Jump to navigation Jump to search
2,698 bytes added ,  09:05, 11 July 2022
Line 1: Line 1:  
{{Languages}}
 
{{Languages}}
{{Overview}}
+
<!-- here we define the contrib name variable -->
__NOTOC__
+
<!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want-->
=GroupOffice 2.16 for SME 7.x=
+
{{#vardefine:contribname| {{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 
+
{{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts:  {{BASEPAGENAME}} |1}} }} }}
 +
<!-- we define the language -->
 +
{{#vardefine:lang| {{lc:  {{#titleparts:    {{PAGENAME}} | | -1}}  }} |en }}
 
==Maintainer==
 
==Maintainer==
 
[[User:Berdie/de|Dietmar Berteld]]<br/>
 
[[User:Berdie/de|Dietmar Berteld]]<br/>
 
mailto:dietmar@berteld.com
 
mailto:dietmar@berteld.com
 +
===Version===
 +
{{#smeversion: smeserver-groupoffice }}
    
==Description==
 
==Description==
Group-Office (community) 2.16 for SMEserver 7.x is a powerfull modular Internet/Intranet application framework.
+
GroupOffice is a [http://www.group-office.com/ free] enterprise ready groupware software for your network. It enables you to manage e-mails, contacts, appointments, todos, projects, files and many more for your whole business.
*Features calendaring, project management, e-mail, tasks, addressbook, file management.
+
 
*Supports many languages. En, Sv, ....
+
GroupOffice is a groupware server. It comes with a native web-interface which allowes to access your data from any platform all over the planet. This contrib is based on the free available community version.
With this RPM you can use GroupOffice on your SME 7.x. You can install it as one single package in a very comforable way. For more information see ''http://group-office.com/''.
+
 
 +
GroupOffice is international and supports 28 languages including rtl support.
   −
==Download==
+
For more information see ''http://www.group-office.com/''.
You can download this package at ''[http://sudemo.info/sme/sme7/webapp/groupoffice/smeserver-groupoffice-2.16.11-2.noarch.rpm smeserver-groupoffice]'' . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
  −
wget http://sudemo.info/sme/sme7/webapp/groupoffice/smeserver-groupoffice-2.16.11-2.noarch.rpm
     −
==Installation and Uninstall==
+
With this RPM you can use GroupOffice on your SME 7.x (and above). You can install it as one single package in a very comfortable way. GroupOffice uses e-mail authentication which means that SME users can login to GroupOffice with their standard SME users and passwords.
 +
 
 +
==Installation==
 
For installation just hit the following command
 
For installation just hit the following command
  yum localinstall smeserver-groupoffice-2.16.11-2.noarch.rpm
+
  yum --enablerepo=smecontribs install smeserver-groupoffice
 +
After finishing the install process you can find groupoffice in the ''/opt/groupoffice'' directory.
 +
 
 +
==Update/Upgrade==
 +
'''Please note that this RPM cannot upgrade GroupOffice 2.16.x and 2.17.x'''
 +
 
 +
A backup is done by the RPM before updating. All Files and MySQL DataBase are saved in /opt/GO_RPM_BACKUP
 +
 
 +
'''You must move the backup to a safe directory.'''
 +
 
 +
==Uninstallation==
 
For uninstall just hit the following command
 
For uninstall just hit the following command
 
  yum remove smeserver-groupoffice
 
  yum remove smeserver-groupoffice
 
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
 
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
 +
 +
In the new release (2.18.1-x), if you want to completly remove GroupOffice from your server, you need the following command:
 +
sh /root/GO-Full-Uninstall.sh
 +
This will delete GroupOffice's installation files, MySQL DB and SME DB entries.
 +
 +
This automatic step is just for safety, '''make your own backup before updating/upgrading.'''
    
==Use==
 
==Use==
For using groupoffice start your browser with the URL ''http://servername/groupoffice'' and logon with the user ''admin'' + password ''admin'' an. Create GO-Users with names like SME-Users + password=username. Send a link to your users to groupoffice with request for password-change to the SME-password.
+
Start your browser with the URL ''https://servername/groupoffice''. You can see a check-box with entries for your domain and '@Group-Office database'. Because of e-mail authentication, GroupOffice can create users automatically.
 +
Every SME user can logon with a standard SME user + password.
   −
{{drawBoxWarning|content=For security-reasons, change your admin-password after your first login !}}
+
To admin GroupOffice settings, logon to GroupOffice with 'administrator' with password = 'admin' and choose '@Group-Office database' from the check-box. This user 'administrator' is different from the SME user 'admin'.
 +
If GroupOffice has created a user 'admin' based on the SME admin, you can set him admin-rights if you want.
   −
=== Additional information ===
+
{{Warning box|For security-reasons, change the password for the user 'administrator' after your first login !}}
 +
{{Warning box|Do not delete the default administrator account or modify it in any way. !}}
 +
 
 +
==Adjusting accessibility==
 +
The default behaviour of GroupOffice is: accessible from LAN + Internet with "forced https" (SSL on + rewrite rule)
 +
You can easily change those defaults settings with following commands:
 +
# config setprop groupoffice HTTPS on
 +
# config setprop groupoffice HTTPS off
 +
 
 +
# config setprop groupoffice PublicAccess global
 +
# config setprop groupoffice PublicAccess local
 +
Once done, apply modifications and restart Apache:
 +
# expand-template /etc/httpd/conf/httpd.conf
 +
# svc -h /service/httpd-e-smith
 +
 
 +
== Additional information ==
 
After install you will find FAQ and README in /opt/html/
 
After install you will find FAQ and README in /opt/html/
 
*[http://sourceforge.net/projects/group-office/ Group-office on Sourceforge.net]
 
*[http://sourceforge.net/projects/group-office/ Group-office on Sourceforge.net]
 
*[http://www.group-office.com Website (proprietary version)]
 
*[http://www.group-office.com Website (proprietary version)]
    +
==Bugs==
 +
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}}
 +
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}}
   −
Have much fun with GroupOffice as your preferred Groupware !
+
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}}
 
  −
''Dietmar Berteld (berdie)''
      +
==Changelog==
 +
Only released version in smecontrib are listed here.
    +
{{#smechangelog: {{#var:smecontribname}} }}
 
----
 
----
[[Category: Contrib]]
+
[[Category: Deprecated_Contrib]]
 +
[[Category: Groupware]]
 +
[[Category: Webapps]]
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu