Coder Social home page Coder Social logo

openshift-mediawiki's Introduction

OpenShift - MediaWiki

This repository is designed to be used with https://www.openshift.com applications. To use, just follow the quickstart below.

Quickstart

  1. Create an account at https://www.openshift.com

  2. Create a php application with mysql:

    $ rhc app create mediawiki php-5.4 mysql-5.5
  3. Add this upstream mediawiki repo

    $ cd mediawiki
    $ git remote add upstream -m master git://github.com/openshift-quickstart/mediawiki-example.git
    $ git pull -s recursive -X theirs upstream master
  4. Then push the repo upstream

    $ git push
  5. That's it, you can now checkout your application at: http://mediawiki-$yourlogin.rhcloud.com

  6. Default Admin Username: Admin Default Password: OpenShiftAdmin

Updates

In order to update or upgrade to the latest mediawiki, you'll need to re-pull and re-push.

  1. Pull from upstream:

    $ cd mediawiki/
    $ git pull -s recursive -X theirs upstream master
  2. Push the new changes upstream

    $ git push

Repo layout

php/ - Externally exposed php code goes here

libs/ - Additional libraries

misc/ - For not-externally exposed php code

../data - For persistent data

.openshift/pear.txt - list of pears to install

.openshift/action_hooks/build - Script that gets run every push, just prior to starting your app

Notes about layout

Please leave php, libs and data directories but feel free to create additional directories if needed.

Note: Every time you push, everything in your remote repo dir gets recreated please store long term items (like an sqlite database) in ../data which will persist between pushes of your repo.

pear.txt

A list of pears to install, line by line on the server. This will happen when the user git pushes.

openshift-mediawiki's People

Contributors

banzaiman avatar danmcp avatar frwhate avatar ironcladlou avatar jianlinliu avatar jimjag avatar rmillner avatar wshearn avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hitakashi

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.