Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darklynx committed Apr 24, 2014
1 parent 0b9d412 commit 2da5b9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Virgo OSGi bundles CLI

CLI tool to manage Virgo OSGi bundles.
Command line tool for Virgo OSGi server management and automation.

These bash scripts will allow you upload, deploy and manage OSGi bundles at [Virgo OSGi server](http://www.eclipse.org/virgo/) and legacy [SpringSource dm Server](http://docs.spring.io/s2-dmserver/2.0.5.RELEASE/user-guide/htmlsingle/user-guide.html).
These bash scripts allow you upload, deploy and manage OSGi bundles at [Virgo OSGi server](http://www.eclipse.org/virgo/) and legacy [SpringSource dm Server](http://docs.spring.io/s2-dmserver/2.0.5.RELEASE/user-guide/htmlsingle/user-guide.html).


## Getting Started

This project provides 2 scripts to manage OSGi bundles at different servers:
This project provides 2 scripts to manage OSGi bundles at:

* `virgo-bundles.sh` - Virgo OSGi server from EclipseRT
* `dmserver-bundles.sh` - SpringSource dm Server (legacy)
Expand All @@ -18,7 +18,7 @@ Use following format to run scripts:

### Commands

Script supports following commands:
Scripts support following commands:

* `deploy` - upload and deploy OSGi bundle to Virgo server, required options: `-f`
* `status` - check status of bundle at Virgo server, required options: `-n`, `-v`
Expand All @@ -31,7 +31,7 @@ Script supports following commands:

### Options

Following options are supported by script:
Following options are supported by each script:

* `-f` _path_ - location of OSGi bundle to upload, e.g. /opt/repo/org.slf4j.api-1.7.2.jar
* `-n` _name_ - bundle symbolic name, e.g. org.slf4j.api
Expand Down

0 comments on commit 2da5b9c

Please sign in to comment.