Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 430 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 430 Bytes

legacy-training

Example legacy app (joind.in) for workshops

Database

mysql -u root
> create database joindin
mysql -u root joindin < joindin_example.sql

Install dependencies

composer install

Serving

sudo php -S 127.0.0.1:80

/etc/hosts

127.0.0.1 dev.joind.in

Browse to:

Logs

system/logs/