aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
+
+