Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

appsembler/owncloud-openshift-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ownCloud on OpenShift

ownCloud is a flexible, open source file sync and share solution. Whether using a mobile device, a workstation, or a web client, ownCloud provides the ability to put the right files at their employees’ fingertips on any device in one simple-to-use, secure, private and controlled solution.

Think of ownCloud as a way to roll your own Google Drive or Dropbox on-premise solution.

More information can be found at http://owncloud.org/

Running on OpenShift

Create an account at http://openshift.redhat.com/

Create a PHP application

rhc app create -a owncloud -t php-5.3

Add MySQL support to your application

rhc cartridge add -a owncloud -c mysql-5.1

Add this upstream ownCloud quickstart repo

cd owncloud
rm php/index.php
git remote add upstream -m master git://github.com/openshift/owncloud-openshift-quickstart.git
git pull -s recursive -X theirs upstream master

Push the repo upstream to OpenShift

git push        

Head to your application at:

http://owncloud-$yourdomain.rhcloud.com

Default Credentials

Default Admin Usernameadmin
Default Admin PasswordOpenShiftAdmin

To download clients that will sync your ownCloud instance with desktop clients, visit http://owncloud.org/sync-clients/

To give your new ownCloud site a web address of its own, add your desired alias:

rhc app add-alias -a owncloud --alias "$whatever.$mydomain.com"

Then add a cname entry in your domain's dns configuration pointing your alias to $whatever-$yourdomain.rhcloud.com.

About

OpenShift ownCloud Quickstart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published