New category - Automation

I've added new category - automation and added 4 open source automation build tools. Some of them are should be know by sysadmins.
This commit is contained in:
virtual-tdf 2015-03-04 15:24:18 +01:00 committed by phre4k
parent 57e24d170d
commit 864310f974
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,7 @@
A curated list of amazingly awesome open source sysadmin resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php)
* [Awesome Sysadmin](#awesome-sysadmin)
* [Automation](#automation)
* [Backups](#backups)
* [Cloning](#cloning)
* [Cloud Computing](#cloud-computing)
@ -51,6 +52,14 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
* [Websites](#websites)
* [Contributing](#contributing)
## Automation
*Automation build.*
* [GNU Make](http://www.amanda.org/) - The most popular automation build tool for many purposes.
* [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java.
* [Apache Ant](http://www.bacula.org/) - Automation build tool, similar to make, written in Java.
* [Gradle](http://gradle.org/) - Another open source build automation system.
## Backups
*Backup software.*