Skip to content

Latest commit

 

History

History
 
 

github-integration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Zally Github Integration

TODO write me

Installation

  1. Clone Zally repository

    git clone [email protected]:zalando/zally.git zally
  2. Switch to github-integration folder:

    cd zally/github-integration
  3. Build the server:

    ./gradlew clean build
  4. Run Zally server using:

    ./gradlew bootRun

    The bootRun task is configured to run with 'dev' profile by default.