| 1 | = Owncloud = |
| 2 | |
| 3 | Our [wiki:owncloud owncloud] installation is running on lucius, which is currently running Debian wheezy. The owncloud package, however, is pinned to jessie. |
| 4 | |
| 5 | The details of the installation are fairly well documented in #7242. |
| 6 | |
| 7 | Important details: |
| 8 | |
| 9 | * As per the Debian packaging, it is run as the www-data user |
| 10 | * We're using the postgres package not the mysql package. If you want to muck around in the database: `su - www-data` and then `psql owncloud` |
| 11 | * We're authenticating using the [wiki:login-service login-service] (web api). User accounts are created on the fly. |
| 12 | * The admin username and password are in [wiki:keyringer keyringer]. However, try to avoid logging in as the admin, and if you change any configuration options, /etc/owncloud/config.php may get overwritten (which contains are custom user backend). A copy should be available at /etc/owncloud/config.php.bak |
| 13 | * A 5GB per user quota is set. This is configured by logging in as admin and then clicking to administer users. Quotas can be changed on a per user basis. |
| 14 | |