Changes between Version 3 and Version 4 of Procedures/EndUserDelivery
- Timestamp:
- May 22, 2007, 3:10:18 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EndUserDelivery
v3 v4 1 1 = Data Delivery = 2 3 It may be worth printing this page out and ticking each item to ensure they're done. 2 4 3 5 == Preparations prior to … … 8 10 1. `ssh pmpc886` 9 11 1. `~arsf/usr/bin/delivery_prep_2006.sh PROJECTCODE JULIANDAY` 10 1. change dir to the newly created delivery directory 12 1. change dir to the newly created delivery directory '''Note:''' ''this directory will be created in /tmp, which is automatically deleted after 3 days!'' 11 13 1. Copy in: 12 14 1. the level-1 files to lev1/ … … 14 16 1. the screenshots to screenshots/ 15 17 1. edit the Read_Me.txt-MUST_EDIT file 16 1. 18 1. (list of things to change) 19 1. copy the Read_Me.txt to the original project directory (~arsf/arsf_data/2006/...) as a backup and so we can refer to it later 20 1. Burn the data 21 1. `mkisofs -R -udf -verbose -o /tmp/dvd.iso -V ''ARSF-PROJECTCODE-JULIANDAY'' ''<delivery_directory>''` 22 1. `cdrecord dev=/dev/dvdwriter -sao fs=100m driveropts=burnfree -v /tmp/dvd.iso` 23 1. `rm /tmp/dvd.iso` 24 1. Get someone else to check the DVD 25 17 26 27