Skip to content

Commit 7bc3130

Browse files
author
gm2552
committed
Updating links to 6.0 release tar ball.
1 parent 6738a15 commit 7bc3130

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

DepHispOnly.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ From the directory where you downloaded and placed the jce zip file, run the fol
191191

192192
## Obtain Reference Implementation Stock Assembly
193193

194-
The stock assembly contains all of the pre-assembled and configured components of the Bare Metal deployment. Download the latest version of the stock assembly from the maven central repository or the Sonatype [repository](https://oss.sonatype.org/content/repositories/snapshots/org/nhind/direct-project-stock/).
194+
The stock assembly contains all of the pre-assembled and configured components of the Bare Metal deployment. Download the latest version of the stock assembly from the maven central repository [repository](http://repo.maven.apache.org/maven2/org/nhind/direct-project-stock/6.0/direct-project-stock-6.0.tar.gz).
195195

196196
**Note:** The maven central repository may black list some IP ranges such as virutal machines running in the Amazon EC2 cloud. Use the Sonatype repository if you are blocked from the maven central repository.
197197

@@ -207,21 +207,21 @@ The assembly contains a root directly named direct and has the following folders
207207

208208
From a browser, download the desired version of the assembly from one the repositories above.
209209

210-
Example: Download version 6.0 - [direct-project-stock-6.0.tar.gz](https://repo1.maven.org/maven2/org/nhind/direct-project-stock/6.0-RC1/direct-project-stock-6.0-RC1.tar.gz). After downloading, unzip the contents to appropriate installation location.
210+
Example: Download version 6.0 - [direct-project-stock-6.0.tar.gz](http://repo.maven.apache.org/maven2/org/nhind/direct-project-stock/6.0/direct-project-stock-6.0.tar.gz). After downloading, unzip the contents to appropriate installation location.
211211

212212
*All Linux/Unix*
213213

214214
Obtain the URL for appropriate version of the assembly and download it the /opt directory by running wget command from the /opt directory. For example, to download version direct-project-stock-6.0.tar.gz from maven central, use the following commands:
215215

216216
```
217217
cd /opt
218-
sudo wget https://repo1.maven.org/maven2/org/nhind/direct-project-stock/6.0-RC1/direct-project-stock-6.0-RC1.tar.gz
218+
sudo wget http://repo.maven.apache.org/maven2/org/nhind/direct-project-stock/6.0/direct-project-stock-6.0.tar.gz
219219
```
220220

221221
Extract the contents of the assembly and set the DIRECT HOME logical using the following command. Note the name of the tar.gz file if you downloaded a different version:
222222

223223
```
224-
sudo tar xvfz direct-project-stock-6.0-RC1.tar.gz
224+
sudo tar xvfz direct-project-stock-6.0.tar.gz
225225
export DIRECT_HOME=`pwd`/direct
226226
echo "export DIRECT_HOME=$DIRECT_HOME" | sudo tee -a /etc/environment
227227
```

0 commit comments

Comments
 (0)