Skip to content

Commit 93fde7c

Browse files
committed
Update README.md.
1 parent e4aaa6b commit 93fde7c

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,25 @@ Rocks rolls from the SDSC development group.
1010
To build/install this roll you must have root access to a Rocks development
1111
machine (e.g., a frontend or development appliance).
1212

13-
If your Rocks development machine does *not* have Internet access you must
14-
download the appropriate R source file(s) using a machine that does have
15-
Internet access and copy them into the `src/<packages>` directories on your
16-
Rocks development machine.
17-
1813

1914
## Dependencies
2015

2116
None.
2217

18+
2319
## Building
2420

25-
To build the sdsc-roll, execute these instructions on a Rocks development
21+
To build the sdsc-roll, execute this on a Rocks development
2622
machine (e.g., a frontend or development appliance):
2723

2824
```shell
2925
% make 2>&1 | tee build.log
30-
% grep "RPM build error" build.log
3126
```
3227

33-
If nothing is returned from the grep command then the roll should have been
34-
created as... `sdsc-roll-*.iso`. If you built the roll on a Rocks frontend then
35-
proceed to the installation step. If you built the roll on a Rocks development
36-
appliance you need to copy the roll to your Rocks frontend before continuing
37-
with installation.
28+
A successful build will create the file `weka-*.disk1.iso`. If you built the
29+
roll on a Rocks frontend, proceed to the installation step. If you built the
30+
roll on a Rocks development appliance, you need to copy the roll to your Rocks
31+
frontend before continuing with installation.
3832

3933

4034
## Installation
@@ -49,3 +43,13 @@ To install, execute these instructions on a Rocks frontend:
4943
% rocks run roll sdsc | bash
5044
```
5145

46+
47+
## Testing
48+
49+
The sdsc-roll includes a test script which can be run to verify proper
50+
installation of the roll documentation, binaries and module files. To
51+
run the test scripts execute the following command(s):
52+
53+
```shell
54+
% /root/rolltests/sdsc.t
55+
```

0 commit comments

Comments
 (0)