Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: How to upload the documentation to SF

...

Code Block
scp <files> <username>,dspace@frs.sourceforge.net:"/home/frs/project/d/ds/dspace/DSpace\\ Stable/3.0/"
scp <documentation_pdf> <username>,dspace@frs.sourceforge.net:"/home/frs/project/d/ds/dspace/DSpace\\ Stable/3.0/DSpace\\ 3.0\\ Documentation.pdf" 

Using scp  -r to copy to the "DSpace Release Candidate" file directory: (example for 3.0-rc1)
(NOTE: You will need to first create a folder in your target directory, named "3.0-rc1" or whatever the name of the release is, and then mv all the tar.gz and zip files to that folder... you're going to recursively scp the entire contents of that folder to Sourceforge)

Code Block
scp -r <release_folder_with_zips> <username>,dspace@frs.sourceforge.net:"/home/frs/project/d/ds/dspace/DSpace\\ Release\\ Candidate/"
scp <documentation_pdf> <username>,dspace@frs.sourceforge.net:"/home/frs/project/d/ds/dspace/DSpace\\ Release\\ Candidate/DSpace\\ Documentation.pdf"

Update demo.dspace.org

See   the procedure .

...