Changeset 7321


Ignore:
Timestamp:
Jul 24, 2009, 9:36:24 AM (15 years ago)
Author:
rwilson
Message:

Expanded documentation.

Location:
DVD_images
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • DVD_images/DO_THIS_BEFORE_RELEASE.txt

    r7266 r7321  
     1. Ensure that HTML files referring to reports are updated/correct in all jurisdictions.
     2. Update the PDFs in the 'extra_files\documents' directory (ANUGA stuff and report(s).
    13. Use 'update_DVD_images.py' script to refresh data in jurisdictions.
    2 . Update the PDFs in the 'manuals' directory.
     4. Make sure differences in DVD/original project.py (etc) are as expected.
     5  (The copies of project files should not reference INUNDATIONHOME or anything MULTIMUX)
     6. Test that all simulations actually start.
    37. Delete all temporary/test files.
    4 . Make sure differences in DVD/original project.py (etc) are as expected.
    5 . Test that all simulations actually start.
     8. Create *.iso images of the jurisdiction directories.
     9. Burn DVDs!
  • DVD_images/README.txt

    r7205 r7321  
    1818you WILL LOSE DATA, as everything in those directories comes from
    1919somewhere else.
     20
     21When you run 'update_DVD_images.py <jurisdiction>', the following happens:
     221. The <jurisdiction> directory is deleted.
     232. Selected files are copied from the jurisdiction working directory into
     24   a new DVD jurisdiction directory.
     253. All files/directories under the 'extra_files' directory are copied to the
     26   new DVD jurisdiction directory, unless it's a directory and it has a
     27   jurisdiction name.
     284. Any directory under 'extra_files' that has a jurisdiction name is copied
     29   to the root of the DVD jurisdiction directory *if* the jursidiction
     30   name matches the name of the directory.  Note that this includes a jurisdiction
     31   'project' directory containing modified versions of project.py, etc, that
     32   must be changed on the DVD.
  • DVD_images/how_to_burn_dvd.txt

    r7206 r7321  
    33. Ensure the staging directory is clean and up-to-date
    44. mkisofs -allow-lowercase -iso-level 3 -joliet-long -allow-leading-dots -volid <name> -quiet -D -o <name>.iso <name>
    5 . insert blank DVD (CD is enough for GoldCoast)
     5. insert blank DVD (CD is enough for GoldCoast?)
    66. cdrecord <name>.iso
    77
    88The '-volid <name>' option puts a name on the DVD/CD that is displayed by the filesystem when the disk is mounted.
    9 
     9Recommend <name> be 'GoldCoast', etc.
    1010The '-D' option allows 'deep' directories, the standard 6 isn't enough.
Note: See TracChangeset for help on using the changeset viewer.