Skip to content

pmaier1/enterprise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • Shell 100.0%