Versions Compared

Key

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

...

  1. Log on to the server DSpace is running on (e.g. ssh). Make sure to login as the user who initially installed DSpace!
  2. Wiki Markup
    Open a command prompt (if you don't have one already), and {{cd \[dspace-source\]/dspace/}}
  3. mvn build (recompiles all DSpace code and rebuilds the DSpace installation package)
  4. Wiki Markup
    {{cd {{\[dspace-source\]/dspace/target/dspace-\[version\]-build.dir/}} (move into the _target_ directory where DSpace has been rebuilt)
  5. ant update(updates your DSpace install based on the newly built content in your target directory)
    • Wiki Markup
      Alternatively, if you do not need to reinstall JAR files, you could instead run {{ant update_webapps}} (which just copies over web application changes to your {{\[dspace\]}})
  6. Wiki Markup
    If you do not have Tomcat pointing at your {{\[dspace\]/webapps/}} directory, you will also need to copy your final web application(s) into your {{\[Tomcat\]/webapps/}} directory.
    • Wiki Markup
      {{cp -R \[dspace\]/webapps/ \[Tomcat\]/webapps/}}
    • (For Mac OS X Server) cp build/*.war /library/jboss/3.2/deploy
  7. Test your changes in DSpace

...