Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehb54 authored Nov 21, 2024
1 parent 9331664 commit 28db369
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions admin/us_branch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Utility program for building and running ultrascan in $HOME/ultrascan3

* This allows users to build and test various branches or local mods to ultrascan3
* Make sure to also install the home-gui-build modulefile (see admin/modulefiles)

### typical install
* `$ cp -rp admin/us_branch /opt/`

### run options
```
/opt/us_branch/us_branch.php --help
module is-avail ultrascan/home-gui-build
usage: /opt/us_branch/us_branch.php {options}
utility checkout, build and run ultrascan3 from a specified branch
leverages module ultrascan/home-gui-build
Options
--help : print this information and exit
--branch branchname : checkout branch
--pullrequest id : checkout from pull request
--build : build
--run : run
```

### notes
* if it for some reason fails, make sure to double check the `branchname` is correct
* remove or rename the ultrascan3 subdirectory in your home directory

0 comments on commit 28db369

Please sign in to comment.