Skip to content

Development Environment Setup

Jason Berry edited this page May 28, 2014 · 4 revisions

Please follow these steps to get setup to contribute to the computation-engine:

  1. Clone the project:

    git clone [email protected]:cyrusinnovation/computation-engine.git
    
  2. Add the following variables to the gradle properties located at ~/.gradle/gradle.properties (if you intend on deploying to sonatype then please replace the FOOs with real values):

    signing.keyId=FOO
    signing.password=FOO
    signing.secretKeyRingFile=FOO
    sonatypeUsername=FOO
    sonatypePassword=FOO
    

Table of Contents

Clone this wiki locally