https://github.com/owncloud/appliance
Integration with Univention for the ownCloud server appliance.
https://github.com/owncloud/appliance
Last synced: 12 months ago
JSON representation
Integration with Univention for the ownCloud server appliance.
- Host: GitHub
- URL: https://github.com/owncloud/appliance
- Owner: owncloud
- Created: 2018-04-12T16:57:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T20:14:22.000Z (over 2 years ago)
- Last Synced: 2025-06-28T18:13:12.109Z (12 months ago)
- Language: Shell
- Size: 116 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Commands for using the Univention Corperate Server
### Activate Testappcenter to install apps for testing
```
univention-install -y univention-appcenter-dev; univention-app dev-use-test-appcenter; univention-app update
```
### Deactivate Testappcenter
`univention-app dev-use-test-appcenter --revert`
### Create PWDFILE (replace "123123123" with your Administrator Password) (Remove File after you are done)
`echo "123123123" > PWDFILE`
### Update App Catalog
`univention-app update`
### Install owncloud (latest)
`univention-app install owncloud --noninteractive --pwdfile PWDFILE`
### Install specific ownCloud version for testing
`univention-app install owncloud=10.7.0 --noninteractive --pwdfile PWDFILE`
### Upgrade to latest version
`univention-app upgrade owncloud --noninteractive --pwdfile PWDFILE`
### You can specify a user other than the Admin to perform the upgrade
`univention-app upgrade owncloud --noninteractive --username USERNAME --pwdfile PWDFILE`
### Remove an app
`univention-app remove owncloud --noninteractive --pwdfile PWDFILE`
### Log in to docker container
`univention-app shell owncloud`
### Get List of all versions
`univention-app list owncloud`
### enter docker app with env variables
`docker exec -ti owncloud_owncloud_1 entrypoint bash`
### restart owncloud container
`univention-app restart owncloud`
### restart apache process while in docker container
`pkill -U 0 -f /usr/sbin/apache2 --signal SIGUSR1`
### Install Package
`univention-install `
### Get to the Web management console
`/FQDN/umc`
`/FQDN/univention/management`