Skip to content

pmaier1/enterprise

This branch is 115 commits behind owncloud-archive/enterprise:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

065b7b7 · Dec 22, 2016

History

14 Commits
Dec 22, 2016
Jul 22, 2016
Jul 27, 2016
Jul 26, 2016
Dec 22, 2016
Jul 22, 2016

Repository files navigation

ownCloud / enterprise

Download this repository to build ownCloud enterprise docker images

Build ownCloud enterprise

Building ownCloud Enterprise with access to the Customer Portal

./build username

You will be asked for the Password next.

Build your ownCloud enterprise image from tarball

  1. Download ownCloud Enterprise owncloud-enterprise-complete-9.0.3.tar.bz2 from ownCloud's Customer Download Center to this folder.
  2. Replace the curl command for loading tarball from URL in Dockerfile with
   ADD owncloud-enterprise-complete-9.0.3.tar.bz2 /var/www/
   RUN chown -R www-data.www-data /var/www/owncloud
  1. Build and run your ownCloud Enterprise Dockerfile
docker build -t owncloud/enterprise:9.0.3 .

Now you can use the image owncloud/enterprise exactly like owncloud/server Further instructions see owncloud/server

Versions

Versions can be found as branches of this repository

About

Docker image for ownCloud Enterprise web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%