com web/pres2: Added zeta components instructions and update require.: INSTALL show2.php
[email protected] (Derick Rethans) Wed, 25 Nov 2015 11:40:04 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: e86f6179758aec3d1218d75d735553e41a76fb02 Author: Derick Rethans <[email protected]> Wed, 13 May 2015 15:31:45 +0100 Parents: b4abf0f0534a040c618e233bedc27a308f40505a Branches: dericks-renderer Link: http://git.php.net/?p=web/pres2.git;a=commitdiff;h=e86f6179758aec3d1218d75d735553e41a76fb02 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 {