Skip to content

Setup Local Shepherd

markdenihan edited this page Dec 5, 2014 · 9 revisions
  1. Make sure you have the git repositories for the OSecShep downloaded
  2. Install Tomcat
  3. Install MySQL
  4. Update SecurityShepherdCore/site/WEB-INF/database.properties and database.properties to reflect your local DB settings (DO NOT COMMIT THESE CHANGES)
  5. Update the tomcat property in SecurityShepherdCore/build.xml to be the Webapps directory of your Tomcat deployment (DO NOT COMMIT THESE CHANGES)
  6. Run the SecurityShepherdCore/database/coreSchema.sql and SecurityShepherdCore/database/moduleSchemas.sql in your MySQL server as a root user
  7. Through eclipse run the build scripts
  8. Navigate to http://127.0.0.1:8080/ to see Shepherd running