Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobetic committed Oct 5, 2012
1 parent 0a36386 commit 06aeec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@ This is a modified version of Travis Griggs' STIG utility for VisualWorks Smallt


# Getting Started # Getting Started


(Note that this code requires VW 7.9 or later)

1. Clone this repository into your image directory, you should get a STIG subdirectory there. 1. Clone this repository into your image directory, you should get a STIG subdirectory there.
2. Load STIG/STIG.pcl parcel into your image, you should get a STIG bundle with three packages in it. These packages should already know that their "git source" (the Cypress style file structure) is in the STIG subdirectory thanks to their STIGRoot property. Consequently you should be able to start working with those immediately. 2. Load STIG/STIG.pcl parcel into your image, you should get a STIG bundle with three packages in it. These packages should already know that their "git source" (the Cypress style file structure) is in the STIG subdirectory thanks to their STIGRoot property. Consequently you should be able to start working with those immediately.
3. You should have a new STIG submenu on your Packages menu now, try to Diff the packages or the whole bundle, that should compare what you loaded from parcel with whatever is in the STIG/packages directory structure. If the parcel is up to date there should be no differences. If the parcel is behind some differences should show up and you may want to do a Read to update the code in the image (note that this may go wrong sometimes as you're basically performing an engine upgrade while driving, in these circumstances the parcel should be updated asap to avoid unnecessary frustration). 3. You should have a new STIG submenu on your Packages menu now, try to Diff the packages or the whole bundle, that should compare what you loaded from parcel with whatever is in the STIG/packages directory structure. If the parcel is up to date there should be no differences. If the parcel is behind some differences should show up and you may want to do a Read to update the code in the image (note that this may go wrong sometimes as you're basically performing an engine upgrade while driving, in these circumstances the parcel should be updated asap to avoid unnecessary frustration).

0 comments on commit 06aeec0

Please sign in to comment.