[PRES] [web-pres2] master: Added quick install guide for Jeremy.
[email protected] (Derick Rethans) Thu, 19 Jun 2025 17:13:24 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr) Date: 2015-11-25T11:40:04Z Commit: https://github.com/php/web-pres2/commit/b4abf0f0534a040c618e233bedc27a308f40505a Raw diff: https://github.com/php/web-pres2/commit/b4abf0f0534a040c618e233bedc27a308f40505a.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 +