Edited readme via GitHub
[atutor.git] / readme
1 ATutor Readme
2
3 Installing an ATutor bundled distribution 
4 Full installation and upgrade instructions are available at:
5 http://atutor.ca/atutor/docs/installation.php
6
7 Installing from a GitHub Clone
8 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.
9 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 
10 touch include/config.inc.php
11 3. Then follow the instruction given by the Installer.
12
13 GitHub Basics
14 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.
15
16 See: http://wiki.atutor.ca/display/atutorwiki/Using+Git+and+GitHub
17
18