Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.73 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.73 KB

Contribution workflow

Contribute a4 contribute workflow

Contribute nightly contribute workflow

Codenvy Contribution Sample

A simple Hello World JAR. This project is a sandbox project for testing the contribution workflow plugin for Codenvy Eclipse Che: https://github.com/codenvy/plugin-contribution

For contributing to this project and test the contribute workflow, hit the contribute button provided at the top of the README. You'll be ready in a one-click operation

The buttons below are factory URLs generated with Codenvy CLI

Generate your own contribution button for your test Codenvy/Eclipse Che server

Given that your are testing on a dev instance: http://dev.box.com

  • Clone and build the CLI project in your workspace

      git clone [email protected]:codenvy/cli.git
      cd cli
      mvn clean install
    
  • (optional) You can add your project to the PATH environment variable, for instance in my ~/.bashrc:

      export PATH=/home/user/path/to/cli:$PATH
    
  • Anywhere, get our factory.json file that contains the right metadata

      wget https://raw.githubusercontent.com/codenvy/factories/factory-2.0/contribution-workflow/factory.json
    
  • login to your Codenvy test serveur and create the factory

      codenvy remote add dev http://dev.box.com
      codenvy login --remote dev
      codenvy create-factory --remote dev factory.json
    

Done :)