Giter Site home page Giter Site logo

capedwarf-openshift's Introduction

Running CapeDwarf on OpenShift

Quickstart CapeDwarf application for OpenShift.

Follow this instructions to run Google AppEngine applications on OpenShift PaaS, using CapeDwarf.

Manual Installation

  1. Register for OpenShift

  2. Follow the instructions to install client tools (step one)

  3. Create a domain (step two on the link above)

  4. Create JBoss AS applications:

     rhc app create -t jbossas-7 -a mygaeapp
    
  5. Remove JBossAS default sample application

     cd mygaeapp
     git rm -r src/main/webapp/*
     git commit -m"Sample app removed."
    
  6. Use files from this github repo to add CapeDwarf modules to JBoss AS.
    Avoiding conflicts specify git options to prefer this repo content.

     git remote add upstream https://github.com/openshift/capedwarf-example.git
     git pull -s recursive -X theirs upstream master
    
  7. Push everything to OpenShift:

     git push origin master
    

    Operation takes a while to complete, OpenShift node is pulling in CapeDwarf.

  8. Open your sample app in a web browser at mygaeapp-<your domain name>.rhcloud.com, first time it takes about a minute to load all dependent modules.

License

This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 (http://creativecommons.org/publicdomain/zero/1.0/)

capedwarf-openshift's People

Contributors

alesj avatar danmcp avatar ironcladlou avatar kraman avatar matejonnet avatar

Watchers

 avatar  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.