You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DepHispOnly.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ From the directory where you downloaded and placed the jce zip file, run the fol
191
191
192
192
## Obtain Reference Implementation Stock Assembly
193
193
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).
195
195
196
196
**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.
197
197
@@ -207,21 +207,21 @@ The assembly contains a root directly named direct and has the following folders
207
207
208
208
From a browser, download the desired version of the assembly from one the repositories above.
209
209
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.
211
211
212
212
*All Linux/Unix*
213
213
214
214
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:
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:
222
222
223
223
```
224
-
sudo tar xvfz direct-project-stock-6.0-RC1.tar.gz
224
+
sudo tar xvfz direct-project-stock-6.0.tar.gz
225
225
export DIRECT_HOME=`pwd`/direct
226
226
echo "export DIRECT_HOME=$DIRECT_HOME" | sudo tee -a /etc/environment
0 commit comments