-
Notifications
You must be signed in to change notification settings - Fork 14
DTF Web App Setup
To work with the DTF Web App, first do the following:
-
Install Java JDK, Version 7 or 8 (Google it to find the right current page and download)
-
Install Eclipse IDE for Jave EE Developers (as of Sept 15th, 2014 the link is at: http://www.eclipse.org/downloads) and minimally configure to select a local directory to store your project meta data and other project files.
-
Clone the DTF Web App to your local drive (as of Sept 15th, 2014 the link is at: https://github.com/mitreid-connect/trust-framework)
-
Now you are ready to get hacking! In Eclipse, select "Import" from the File Menu. Then select "Import as Existing Maven Project". Then browse to the DTF-WebApp folder which is inside the directory you just cloned. Select and open that folder and then click finished.
-
Now install Apache Tomcat Web Server (see CommonAccord documentation for a good example that documentation).