Hello everyone,
I need a bit of assistance installing a program called DSpace on my computer. i believe i'm almost finished, but some of the steps are confusing to me. i listed the final steps below. would someone be able to break the following down into dummy terms for me...lol? i appreciate any assistance. please let me know if this is not enough to go by.
3. Update paths in [dspace-source]\dspace\config\dspace.cfg. Note: Use forward slashes / for path separators, though you can still use drive letters, e.g.:
dspace.dir = C:/DSpace
Make sure you change all of the parameters with file paths to suit, specifically:
dspace.dir
config.template.log4j.properties
config.template.log4j-handle-plugin.properties
config.template.oaicat.properties
assetstore.dir
log.dir
upload.temp.dir
report.dir
handle.dir
4. Create the directory for the DSpace installation (e.g. C:\DSpace)
5. Generate the DSpace installation package by running the following from commandline (cmd) from your [dspacesource]/
dspace/ directory:
mvn package
Note #1: This will generate the DSpace installation package in your [dspace-source]/dspace/target/dspace-[version]-build.dir/ directory.
I need a bit of assistance installing a program called DSpace on my computer. i believe i'm almost finished, but some of the steps are confusing to me. i listed the final steps below. would someone be able to break the following down into dummy terms for me...lol? i appreciate any assistance. please let me know if this is not enough to go by.
3. Update paths in [dspace-source]\dspace\config\dspace.cfg. Note: Use forward slashes / for path separators, though you can still use drive letters, e.g.:
dspace.dir = C:/DSpace
Make sure you change all of the parameters with file paths to suit, specifically:
dspace.dir
config.template.log4j.properties
config.template.log4j-handle-plugin.properties
config.template.oaicat.properties
assetstore.dir
log.dir
upload.temp.dir
report.dir
handle.dir
4. Create the directory for the DSpace installation (e.g. C:\DSpace)
5. Generate the DSpace installation package by running the following from commandline (cmd) from your [dspacesource]/
dspace/ directory:
mvn package
Note #1: This will generate the DSpace installation package in your [dspace-source]/dspace/target/dspace-[version]-build.dir/ directory.