Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 6faa331

Browse files
committed
Added badges
1 parent a194076 commit 6faa331

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## What is ml-app-deployer?
1+
![GitHub release](https://img.shields.io/github/release/marklogic-community/ml-app-deployer.svg)
2+
![GitHub last commit](https://img.shields.io/github/last-commit/marklogic-community/ml-app-deployer.svg)
3+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
24

35
ml-app-deployer is a Java library that provides two capabilities:
46

@@ -9,13 +11,13 @@ If you're just looking for a Java library for interacting with the Management RE
911

1012
Javadocs for ml-app-deployer are [here](http://rjrudin.github.io/marklogic-java/javadocs/ml-app-deployer/index.html).
1113

12-
## What does it depend on?
14+
### What does ml-app-deployer depend on?
1315

1416
ml-app-deployer depends on MarkLogic 8 and Java 1.7+.
1517

1618
Under the hood, it depends on Spring's [RestTemplate](http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html) for interacting with the Management REST API. It also depends on [ml-javaclient-util](https://github.com/rjrudin/ml-javaclient-util) for loading modules, which is done via the MarkLogic Client REST API.
1719

18-
## How do I start using the client library?
20+
### How do I start using the client library?
1921

2022
The general pattern for using the management client library is:
2123

@@ -30,7 +32,7 @@ Here's a brief example of what that looks like:
3032
DatabaseManager dbMgr = new DatabaseManager(client);
3133
dbMgr.save("{\"database-name\":\"my-database\"}");
3234

33-
## How do I start using the deployer library?
35+
### How do I start using the deployer library?
3436

3537
The main concept behind the deployer library is invoke a series of commands, where each command looks for one or more configuration files in a specific directory structure and then uses a Manager class in the client library to apply those configuration files as part of deploying an application.
3638

0 commit comments

Comments
 (0)