Diff for INSTALL (Commits: 2bf2a9, f74218, +220 words )

The following are general guidelines to getting Giterary running. These instructions are biased towards the Linux side of things, but there is no reason an enterprising individual couldn’t get them running on Mac OS or Windows.

InstallRequirements

* A computer capable of running [PHP 5.3][php] or greater and [git 1.7.X.X or greater][git]. These are widely available from many different Linux distribution packaging mechanisms (Debian and Ubuntu’s apt-get, Centos and Fedora’s yum, etc.) Binary packages are also available from their respective sites for all operating systems. * Web server software that supports running PHP Numerous pieces of web server software support the use of PHP. Many LAMP setups are pre-configured simply for this ("Linux, Apache, MySQL, and PHP"). * [Apache][apache] (Available on Linux, Mac OS, and Windows) * [Nginx][nginx] (Available on Linux, Windows, probably Mac OS) * [IIS (Windows)][iis] (Available on Windows) While installing these HTTP servers you should ensure that the steps taken to enable PHP have been taken before proceeding. Those steps are beyond the scope of this document, but are well documented elsewhere. ## Latest Version Grab the latest version of Giterary from: * HTTP Download TODO * git clone TODO ## Set up Web Server You may choose whichever web [git]: http://git-scm.org/ [php]: http://php.net/ [apache]: http://httpd.apache.org/ [nginx]: http://nginx.org/ [iis]: http://www.iis.net/