Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clone a copy of the RFD Utilities Package from the code repository at ImpHub. Do a maven build on the project with the goal parameter set to clean package install. If the build succeeds do a maven update on the project.
  2. Clone a copy of the RFD Server from the code repository at ImpHub. Do a maven build on the project with the goal parameter set to clean package install. If the build succeeds do a maven update on the project.
  3. Clone a copy of the RFD Form Manager. Do a maven build on the project with the goal parameter set to clean package install. If the build succeeds do a maven update on the project.
  4. Clone a copy of the RFD Web Interface. Unlike the other steps, first do a maven clean on the project. This is to ensure that the target directory will have what we want in it and that nothing extraneous got left in the folder. After the Maven clean , then do a maven build on the project with the goal parameter set to clean package install. If the build succeeds do a maven update on the project. All your projects should now be good to go.
  5. The project should now be able to run on a Tomcat Server at localhost:8080/RFD

*At the moment the feature to run a process of the RFD Server when the Tomcat Server is initialized has been disabled. There are a few bugs that have arisen that Ralph and I need to address.