aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-04-14 15:47:42 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-04-14 15:47:42 -0400
commit1842e2754334ffc8e1a5127c19a397fa594f5ee8 (patch)
treefe26d328b9099ca93469fc7350f6eb79179196c3 /README
parent0c30d2a1ac3ff3ea9fdb0df7443f1f9659040f46 (diff)
downloadhtcondor_examples-1842e2754334ffc8e1a5127c19a397fa594f5ee8.tar.gz
Add documentation
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a1ac8b3
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+# Extremely abridged instructions
+
+## Start htcondor
+
+### RHEL / CentOS
+Execute:
+$ service condor start
+
+### OSX
+$ /path/to/condor/sbin/condor_master
+
+
+## Generate sample data
+
+$ cd data/sample1
+$ ./mkdata.sh
+
+## Check out the generators
+
+$ cd ../../generators
+$ ./generator1.py
+$ ./generator2.py
+
+