Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc authored Apr 16, 2017
1 parent 5ae4938 commit fc72f5f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ several components which when run as services, allow users to really explore COA

# Installation

## build oodt
## Build OODT
```
$ mvn clean package <OPTIONAL PROFILES> # see optional build profiles below
```
Typically efficient and effective cataloguing is achieved by passing the ```-Pfm-solr-catalog``` option
as this allows all data flowing into the SDS to be persisted into [Apache Solr](http://lucene.apache.org/solr).

## deploy oodt
## Deploy OODT
```
$ tar zxf distribution/target/${PROJECT_ARTIFACT_ID}-distribution-*-bin.tar.gz -C /my/deployment/directory/oodt
```
Expand All @@ -34,12 +34,8 @@ $ tar zxf distribution/target/${PROJECT_ARTIFACT_ID}-distribution-*-bin.tar.gz -
-Pfm-solr-catalog : default components, filemgr (Solr),
solr, tomcat/webapps/solr

# Run
```
$ cd /my/deployment/directory/oodt
$ cd bin
$ ./oodt start
```
# Running
See [Running COAL SDS](https://github.com/capstone-coal/coal-sds/wiki/Running-COAL-SDS)

# License
coal-sds is licensed permissively under the [Apache License v2.0](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down

0 comments on commit fc72f5f

Please sign in to comment.