Template:OXRegister: Difference between revisions
From Open-Xchange
(Created page with 'Next we have to register the local server at the Open-Xchange ''configdb'' database: $ /opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P admin_master_passwo...') |
No edit summary |
||
Line 11: | Line 11: | ||
$ /opt/open-xchange/sbin/registerfilestore -A oxadminmaster -P admin_master_password \ | $ /opt/open-xchange/sbin/registerfilestore -A oxadminmaster -P admin_master_password \ | ||
-t file: | -t file:/var/opt/filestore | ||
Finally register the groupware database, this is a separated database where all groupware specific data is stored: | Finally register the groupware database, this is a separated database where all groupware specific data is stored: |
Revision as of 08:52, 31 March 2010
Next we have to register the local server at the Open-Xchange configdb database:
$ /opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P admin_master_password
Now we have to create a local directory that should be used as Open-Xchange filestore. This directory will contain all Infostore content and files attached to groupware objects. To maintain access by the Open-Xchange Groupware service, it is required to grant permissions to the open-xchange system user.
$ mkdir /var/opt/filestore $ chown open-xchange:open-xchange /var/opt/filestore
Now register the directory as a filestore at the Open-Xchange server:
$ /opt/open-xchange/sbin/registerfilestore -A oxadminmaster -P admin_master_password \ -t file:/var/opt/filestore
Finally register the groupware database, this is a separated database where all groupware specific data is stored:
$ /opt/open-xchange/sbin/registerdatabase -A oxadminmaster -P admin_master_password \ -n oxdatabase -p db_password -m true