Walter
Walter automates the deployment process of applications or servers from configuration to software deployment.
Getting Started
Requirements
- Go 1.3 or greater
- Mercurial 2.9 or greater
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
- Go 1.3 or greater
- Mercurial 2.9 or greater
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.