com web/pres2: Added quick install guide for Jeremy.: INSTALL
[email protected] (Derick Rethans)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: e96ab458f8dee6bd954abe786a538694f2577392 Author: Derick Rethans <[email protected]> Wed, 13 May 2015 15:01:12 +0100 Parents: a2147918d6c54e2551040777af9fc37cd4df9290 Branches: dericks-renderer Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=e96ab458f8dee6bd954abe786a538694f2577392 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 +