This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,4 @@ | ||
CF-Clerk: templating for CFEngine promises | ||
------------------------------------------ | ||
|
||
This project is part of Rudder - configuration management made easy. | ||
This project was migrated into "rudder" main repository 1n 2016. All history was migrated. | ||
|
||
See: http://rudder-project.org for more information. | ||
|
||
[horizontal] | ||
Bug report:: http://www.rudder-project.org/redmine/projects/clerk/issues | ||
Mailing list, irc:: http://www.rudder-project.org/foswiki/Community/ | ||
|
||
=== Authors | ||
|
||
Normation http://normation.com | ||
|
||
- Nicolas "ncharles" Charles [email protected] | ||
- Francois "fanf" Armand [email protected] | ||
- Vincent Munier | ||
|
||
=== License | ||
|
||
This project is licensed under GPLv3 license, | ||
see the provided "LICENSE" file or | ||
http://www.gnu.org/licenses/gpl-3.0.txt | ||
|
||
=== Contributing | ||
|
||
Thank you for your interest in our project! | ||
The contribution process is detailed here: | ||
http://www.rudder-project.org/HowToContribute | ||
|
||
=== Synopsis | ||
|
||
The main goal of this project is to deals with Policy Template: | ||
|
||
- on one hand, read template library, parse template files and build | ||
object from them; | ||
- on the other hand, from these template and parameters, write final | ||
CFEngine promises. | ||
|
||
=== Usage | ||
|
||
This project is managed thanks to Maven software project management (http://maven.apache.org/). | ||
You will have to have a working Maven (version 2.2.x or 3.0.x) installation. | ||
|
||
.Clean, build and install on your local repository: | ||
---- | ||
% mvn clean install | ||
---- | ||
|
||
The project is only a library used in Rudder web application, so there is nothing more to do. | ||
Please go to: https://github.com/Normation/rudder/tree/master/webapp/sources/rudder |