Walter

Walter automates the deployment process of applications or servers from configuration to software deployment.

Getting Started

Requirements

How to Build

You can build Walter with the following commands.

$ git clone git@github.com:walter-cd/walter.git
$ cd walter
$ ./build

How to contribute

We welcome any contributions through Github pull requests. When you make changes such as new features and the add the tests, please run test before throw the pull request. You can run test with the test.sh script.

$ sh test.sh

Server & Agent

Getting Started

Requirements

How to Build

You can build Walter with the following commands.

$ git clone git@github.com:walter-cd/walter.git
$ cd walter
$ ./build

How to contribute

We welcome any contributions through Github pull requests. When you make changes such as new features and the add the tests, please run test before throw the pull request. You can run test with the test.sh script.