cofu

module
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2019 License: MIT

README

Cofu Build Status

Minimum configuration management tool written in Go.

Installation

Cofu is provided as a single binary. You can download it and drop it in your $PATH.

Download latest version

Usage

$ echo '
software_package "nginx" {
    action = "install",
}

service "nginx" {
    action = {"enable", "start"},
}' > recipe.lua
$ sudo cofu recipe.lua

Usage is covered in more detail in the Documentation.

Supported Platforms

  • CentOS6
  • CentOS7
  • Debian8
  • Debian9
  • Ubuntu16.04
  • Ubuntu18.04

Documentation

If you're just getting started with Cofu, please start to read Getting Started.

See Also

This software is highly inspired by itamae-kitchen/itamae.

Author

Kohki Makimoto kohki.makimoto@gmail.com

License

The MIT License (MIT)

Directories

Path Synopsis
cmd
ext
agent/envfile
This code is highly inspired by https://github.com/joho/godotenv Copyright (c) 2013 John Barton MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
This code is highly inspired by https://github.com/joho/godotenv Copyright (c) 2013 John Barton MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
support
gluamapper
gluamapper provides an easy way to map GopherLua tables to Go structs.
gluamapper provides an easy way to map GopherLua tables to Go structs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL