welcome: please sign in

Diff for "WebServicesAdmin"

Differences between revisions 6 and 7
Revision 6 as of 2013-07-18 23:38:20
Size: 1330
Editor: ClintonEbadi
Comment: updated to 0.9.x, also using the new modern theme since it fixed itself
Revision 7 as of 2015-05-17 07:52:20
Size: 1463
Editor: ClintonEbadi
Comment: upgraded to roundcube 1.1, some external libs are now installed with composer
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
The configuration is stored in `$root/config/main.inc.php`. It is regrettably not synchronized with the upstream defaults, so on every update make sure to `git diff -p config/main.inc.php.dist` and scan for any relevant changes to the default config we should adopt. The configuration is stored in `$root/config/config.inc.php`. It is regrettably not synchronized with the upstream defaults, so on every update make sure to `git diff -p config/config.inc.php.dist` and scan for any relevant changes to the default config we should adopt.

Additional libraries are managed by composer and not under git control, run `php composer.phar update --no-dev` each upgrade.

We try to set up common services in a consistent manner. Generally, a shared service should live in /afs/hcoop.net/common/app/$app, and be configured to track a release branch in the upstream version control to make updates easy. Review all hosted applications at least quarterly.

Make sure system:anyuser has as little access as needed and restrict the things service keytabs can modify.

todo: explains acls etc. more consistent formatting.

1. roundcube mail

https://webmail.hcoop.net

Root = /afs/hcoop.net/common/app/roundcube/app. Logs are written to $root/logs, temp files in $root/temp. Main source is in $root/roundcubemail, tracking the release-0.9 branch.

Runs as pts user roundcube.

The configuration is stored in $root/config/config.inc.php. It is regrettably not synchronized with the upstream defaults, so on every update make sure to git diff -p config/config.inc.php.dist and scan for any relevant changes to the default config we should adopt.

Additional libraries are managed by composer and not under git control, run php composer.phar update --no-dev each upgrade.

2. phpmyadmin

Root = /afs/hcoop.net/common/app/phpmyadmin/. Git source in $root/phpmyadmin, tracking the STABLE branch.

Runs as pts user phpmyadmin.

3. Other Services

Some services have more detailed maintenance documentation:


CategorySystemAdministration

WebServicesAdmin (last edited 2020-07-23 02:26:18 by ClintonEbadi)