Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that the "deps" zip may not exist #356

Merged
merged 1 commit into from Sep 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/site/markdown/installation.md
Expand Up @@ -145,7 +145,7 @@ a RESTful API, with links to test suite documentation
### Install test suites in TEAM Engine

There are various examples of an executable test suite (ETS) that can be installed in
TEAM Engine. For example.
TEAM Engine. For example,

- [GML 3.2.1](https://github.com/opengeospatial/ets-gml32)
- [WMS 1.3](https://github.com/opengeospatial/ets-wms13)
Expand All @@ -160,8 +160,8 @@ deployed in a similar manner. To download and install a test suite do the follow
4. Build the test suite: `mvn clean install`
5. Check that the build is successful--you should see **BUILD SUCCESS** displayed in the terminal output
6. Change to the target folder `cd target`
7. Unpack the archive file that ends with *ctl.zip* into $TE_BASE/scripts
8. Unpack the archive file that ends with *deps.zip* into $TE_BASE/resources/lib
7. Unpack the archive file that ends with *ctl.zip* into `$TE_BASE/scripts`
8. If it exists, unpack the archive file that ends with *deps.zip* into `$TE_BASE/resources/lib`


### Customize the welcome page
Expand Down