Skip to content

Commit 3bd6328

Browse files
authored
Update MITREid Connect Preparative Procedures.md
1 parent 2951e67 commit 3bd6328

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cc-artifacts/MITREid Connect Preparative Procedures.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ NOTE: Refer to https://maven.apache.org/download.cgi for the latest version of M
1515
4. Confirm addition by running ```mvn -v```
1616
## Install Apache Ant
1717
1. Download tarball using ```wget https://dlcdn.apache.org//ant/binaries/apache-ant-1.9.16-bin.tar.gz```
18-
2. Extract the distribution using ```tar xzvf apache-ant-1.9.16-bin.tar.gz```
19-
3. Add the ```bin``` directory of the created directory ```apache-ant-1.9.16``` to the ```PATH``` environment variable by adding ```export PATH="<PATH_TO_EXTRACT>/ant-1.9.16/bin:<PATH_TO_EXTRACT>/apache-maven-3.8.7/bin:$PATH``` to ```~/bash.rc``` and executing ```source ~/.bashrc```
20-
4. Create environmental variable ANT_HOME to <PATH_TO_EXTRACT>/apache-ant-1.9.16/ by adding ```export ANT_HOME=<PATH_TO_EXTRACT>/apache-ant-1.9.16/``` to .bashrc
18+
2. Extract the distribution using ```tar xzvf apache-ant-1.10.13-bin.tar.gz```
19+
3. Add the ```bin``` directory of the created directory ```apache-ant-1.10.13``` to the ```PATH``` environment variable by adding ```export PATH="<PATH_TO_EXTRACT>/apache-ant-1.10.13/bin:<PATH_TO_EXTRACT>/apache-maven-3.8.7/bin:$PATH``` to ```~/bash.rc``` and executing ```source ~/.bashrc```
20+
4. Create environmental variable ANT_HOME to <PATH_TO_EXTRACT>/apache-ant-1.10.13/ by adding ```export ANT_HOME=<PATH_TO_EXTRACT>/apache-ant-1.10.13/``` to .bashrc
21+
5. Confirm installation using ```ant -version```
2122

2223
## Install Apache Tomcat
2324

@@ -26,9 +27,8 @@ NOTE: Refer to https://maven.apache.org/download.cgi for the latest version of M
2627
# groupadd tomcat
2728
# useradd -s /bin/false -g tomcat -d /home/tomcat tomcat
2829
```
29-
2. Download Tomcat using ```wget https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.84/bin/apache-tomcat-8.5.84.tar.gz```
30-
3. Extract Tomcat using ```tar xzvf apache-tomcat-8.5.84.tar.gz```
31-
4. Build Tomcat using Apache Ant
30+
2. Download Tomcat using ```git clone https://github.com/apache/tomcat.git```
31+
3. Build Tomcat using Apache Ant
3232
```
3333
# cd apache-tomcat-8.5.84
3434
# ant
@@ -41,7 +41,7 @@ Gor testing purposes, self-signed certificates can be used, but it is suggested
4141
1. Install nginx with ```sudo apt-get install nginx```
4242
2. Create an intial configuration file the definition for the tomcat server in nginx (note: in this instance, mitre-connect.corp.viden.com is used as an example. Subsitute with your domain)
4343

44-
**/etc/nginx/available-sites/mitre-connect.corp.viden.com.conf**
44+
**/etc/nginx/sites-available/mitre-connect.corp.viden.com.conf**
4545
```
4646
server {
4747
server_name mitre-connect.corp.viden.com www.mitre-connect.corp.viden.com;
@@ -109,7 +109,7 @@ TODO: Copy in ubuntu from my local to /etc/nginx/sites-available
109109
13. Restart nginx using ```sudo systemctl reload nginx```
110110

111111
## Install MITREid Connect
112-
112+
1. Follow instructions at https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/Build-instructions
113113
# Example Setup Script
114114
```
115115
# Install java and nginx

0 commit comments

Comments
 (0)