Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

README.md

Outline

Zally Server

This is Zally's heart - Zally Server. It implements all rule checks and offers an API to request an API linting. It also provides permalinks and statistics functionalities.

Build and Run

  1. Clone Zally repository
git clone git@github.com:zalando/zally.git zally
  1. Switch to server folder:
cd zally/server
  1. Build the server:
./gradlew clean build
  1. Fix linter violations
./gradlew spotlessApply
  1. Run Zally server using:
./gradlew bootRun

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.