mirror of
https://github.com/php/web-pres2.git
synced 2026-03-23 23:12:07 +01:00
19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
Quick Install Guide
|
|
===================
|
|
|
|
mkdir /tmp/yourdir
|
|
cd /tmp/yourdir
|
|
git clone git@git.php.net:/web/pres2.git
|
|
git clone git@git.php.net:/presentations.git
|
|
php composer.phar require zetacomponents/template
|
|
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
|
|
|