com web/pres2: Added zeta components instructions and update require.: INSTALL show2.php
[email protected] (Derick Rethans)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 9f6626c917bea2e9125b5adf74c68be1edc4e9b8 Author: Derick Rethans <[email protected]> Wed, 13 May 2015 15:31:45 +0100 Parents: e96ab458f8dee6bd954abe786a538694f2577392 Branches: dericks-renderer Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=9f6626c917bea2e9125b5adf74c68be1edc4e9b8 Log: Added zeta components instructions and update require. Changed paths: M INSTALL M show2.php Diff: diff --git a/INSTALL b/INSTALL index 1727ef6..5149fce 100644 --- a/INSTALL +++ b/INSTALL @@ -5,6 +5,7 @@ mkdir /tmp/yourdir cd /tmp/yourdir git clone [email protected]:/web/pres2.git git clone [email protected]:/presentations.git +php composer.phar require zetacomponents/template cd pres2/ git checkout dericks-renderer ln -s ../presentations . diff --git a/show2.php b/show2.php index e8d8da8..6d257d9 100644 --- a/show2.php +++ b/show2.php @@ -1,5 +1,5 @@ <?php -require '/home/derick/dev/zetacomponents/trunk/Base/src/ezc_bootstrap.php'; +require '../vendor/autoload.php'; class PresFormatter implements ezcTemplateCustomFunction {