create readme for root directory
authorGreg Gay <ggay@ocad.ca>
Tue, 20 Sep 2011 20:26:16 +0000 (16:26 -0400)
committerGreg Gay <ggay@ocad.ca>
Tue, 20 Sep 2011 20:26:16 +0000 (16:26 -0400)
readme [new file with mode: 0644]

diff --git a/readme b/readme
new file mode 100644 (file)
index 0000000..5360a52
--- /dev/null
+++ b/readme
@@ -0,0 +1,18 @@
+ATutor Readme
+
+Installing a ATutor bundled distribution 
+Full installation and upgrade instructions are available at:
+http://atutor.ca/atutor/docs/installation.php
+
+Installing from a GitHub Clone
+1. If you are installing ATutor from a GitHub clone, rather than an ATutor bundled distribution, follow the usual installation and upgrade instructions at the link above.
+2. Before running the Installer, you will need to create an empty config file. To create the file, from the ATutor base directory, issue the command 
+touch include/config.inc.php
+3. Then follow the instruction given by the Installer.
+
+GitHub Basics
+If you wish to have code you've developed added to the ATutor public source code, you will need to understand a few Git basics.
+
+See: http://wiki.atutor.ca/display/atutorwiki/Using+Git+and+GitHub
+
+