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