Git Product home page Git Product logo

gradle-openshift-quickstart's Introduction

Gradle 1.6 OpenShift Quickstart

This repository will help developers get started with Gradle 1.6 on OpenShift. You can read in detail about it here https://www.openshift.com/blogs/run-gradle-builds-on-openshift.

Please note that this quickstart is specific to Gradle 1.6. Gradle 1.7 currently does not work with OpenShift. I have raised a issue on Gradle Jira http://issues.gradle.org/browse/GRADLE-2871.

Step 1 : Create OpenShift Tomcat 7 application

$ rhc app create gradledemo tomcat-7

Step 2: Pull the source code form github##

$ cd gradledemo
$ git rm -rf src/ pom.xml
$ git commit -am "deleted template source code"
$ git remote add upstream -m master https://github.com/shekhargulati/gradle-openshift-quickstart.git
$ git pull -s recursive -X theirs upstream master

Step 3 : Push the source code

$ git push

gradle-openshift-quickstart's People

Contributors

shekhargulati avatar

Watchers

James Cloos avatar Sudhi S 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.