Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Syncing recent corrections to 1.8 docs over to 3.x docs

...

Code Block
cd [dspace-source]/dspace/
mvn package
cd [dspace-source]/dspace/target/dspace-<version>-build.dir 
ant update_configs

This will copy the source dspace.cfg (along with other configuration files) into the runtime ([dspace]/config) directory.

...