Abstraction to be able to use augeas with C# / .NET.
Go to file
code liturgy d8a039e1bb mv readme 2022-11-07 08:50:06 -05:00
Sharp.Augeas mv readme 2022-11-07 08:50:06 -05:00
.gitignore init 2022-11-04 00:40:02 +00:00
README.md mv readme 2022-11-07 08:50:06 -05:00
Sharp.Augeas.sln Change project name 2022-11-05 18:41:53 +00:00

README.md

Sharp.Augeas

Sharp.Augeas implements an abstraction to be able to use augeas with C# / .NET. it provides a managed class that takes into account the life cycle of the application.

Note: Currently the focus is abstractions with a focus on handling Apache configurations. In the future these abstractions may be associated with various other configurations.

Instructions

Ccopy Native wrapper library

cd Sharp.Augeas && ./copyLibrary.sh

Augeas

Augeas must be installed on the system, and the environment variable "AUG_LENS_PATH" must be populated, otherwise an exception will be thrown.

  • Mac Os os example, after installing using brew: export AUG_LENS_PATH=/opt/homebrew/share/augeas/lenses/dist

  • Debian / Ubuntu (Using package manager): export AUG_LENS_PATH=/opt/homebrew/share/augeas/lenses/dist