com web/pres2: Added quick install guide for Jeremy.: INSTALL

[email protected] (Derick Rethans) Wed, 25 Nov 2015 11:40:04 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    b4abf0f0534a040c618e233bedc27a308f40505a
Author:    Derick Rethans <[email protected]>         Wed, 13 May 2015 15:01:12 +0100
Parents:   416af4001a699006bd7ed65f8ac1e48eb9b3f0e8
Branches:  dericks-renderer

Link:       http://git.php.net/?p=web/pres2.git;a=commitdiff;h=b4abf0f0534a040c618e233bedc27a308f40505a

Log:
Added quick install guide for Jeremy.

Changed paths:
  A  INSTALL


Diff:
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..1727ef6
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,17 @@
+Quick Install Guide
+===================
+
+mkdir /tmp/yourdir
+cd /tmp/yourdir
+git clone [email protected]:/web/pres2.git
+git clone [email protected]:/presentations.git
+cd pres2/
+git checkout dericks-renderer 
+ln -s ../presentations .
+cp config.php-dist config.php
+pear install xml_parser
+php -S localhost:8123
+
+Go to presentation:
+i.e.: http://localhost:8123/show2.php/mongo-tut-tek15
+