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: cc-artifacts/MITREid Connect Preparative Procedures.md
+76-2Lines changed: 76 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ NOTE: Refer to https://maven.apache.org/download.cgi for the latest version of M
18
18
2. Extract the distribution using ```tar xzvf apache-ant-1.9.16-bin.tar.gz```
19
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
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
21
+
21
22
## Install Apache Tomcat
23
+
22
24
1. Create a user group for Tomcat
23
25
```
24
26
# groupadd tomcat
@@ -32,8 +34,80 @@ NOTE: Refer to https://maven.apache.org/download.cgi for the latest version of M
32
34
# ant
33
35
```
34
36
5. Follow instructions in RUNNING.txt
35
-
## Install nginx reverse proxy
36
-
1. install nginx with ```sudo apt-get install nginx```
37
+
38
+
## Install nginx reverse proxy and certificates
39
+
Gor testing purposes, self-signed certificates can be used, but it is suggested that Let's Encrypt is used for externally accessivle instances.
40
+
41
+
1. Install nginx with ```sudo apt-get install nginx```
42
+
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)
0 commit comments