Coder Social home page Coder Social logo

ryanlerch / owncloud-openshift-quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ichristo/owncloud-openshift-quickstart

0.0 3.0 0.0 20.54 MB

OpenShift ownCloud Quickstart

Shell 0.01% PHP 57.15% JavaScript 41.93% C 0.01% Python 0.02% ActionScript 0.79% C# 0.09% Perl 0.01%

owncloud-openshift-quickstart's Introduction

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.

owncloud-openshift-quickstart's People

Contributors

ichristo avatar banzaiman avatar danmcp avatar ironcladlou avatar sosiouxme avatar ryanlerch avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.