[PRES] [web-pres2] master: Added quick install guide for Jeremy.

[email protected] (Derick Rethans) Thu, 19 Jun 2025 17:13:08 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Author: Derick Rethans (derickr)
Date: 2015-05-13T15:01:12+01:00

Commit: https://github.com/php/web-pres2/commit/e96ab458f8dee6bd954abe786a538694f2577392
Raw diff: https://github.com/php/web-pres2/commit/e96ab458f8dee6bd954abe786a538694f2577392.diff

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
+