Skip to content

Commit 0402a23

Browse files
committed
Update INSTALL.md
Removed reference to installUtility as an installation option.
1 parent 643f0cf commit 0402a23

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

Diff for: doc/INSTALL.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
11
# Installing and configuring LARS
22

3-
There are three ways that you can install LARS:
3+
There are two ways that you can install LARS:
44

5-
* Directly from the Liberty Repository using installUtility
65
* Using the self-extracting jar installer from the Liberty Repository
76
* By building and then unzipping larsServer.zip
87

98
Whichever installation method you use, you will also need to configure
109
LARS.
1110

12-
## Installing LARS directly from the Liberty Repository using `installUtility`
13-
14-
This is the simplest method of installing LARS. From the `wlp`
15-
directory of your Liberty 8.5.5.6 runtime, run the following command:
16-
17-
bin/installUtility install larsServer
18-
19-
`installUtility` downloads LARS together with the application server
20-
features upon which it depends.
21-
2211
## Using the self-extracting jar installer from the Liberty Repository
2312

2413
Visit [this
25-
page](https://developer.ibm.com/wasdev/downloads/#asset/opensource-Liberty_Asset_Repository_Service)
14+
page](https://developer.ibm.com/wasdev/downloads/#asset/tools-Liberty_Asset_Repository_Service)
2615
and click Download to download `larsServerPackage.jar`. Once the
2716
download is complete, run `larsServerPackage.jar`. For example, on the
2817
command line, run the following:

0 commit comments

Comments
 (0)