asaokamei / tuum

demo and development site using TuumPHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuum/demo

a demo and development project for Tuum.

License

MIT License

Installation

get project from gitHub, and use composer to get the dependent packages.

git clone https://github.com/TuumPHP/demo.git
cd demo
composer install

make var/ directory writable to the web server,

chmod a+w var/

and start php.

cd public
php -S localhost:8080 index.php

About

demo and development site using TuumPHP

License:MIT License


Languages

Language:PHP 99.2%Language:ApacheConf 0.6%Language:HTML 0.3%