Project: tkuni
Published: 16 May 2016
Web: http://www.tropotek.com/
Authors: Michael Mifsud http://www.tropotek.com/
A base site using the Tk framework, use this as a starting point for your own education sites.
Start by getting the dependant libs:
# git clone https://github.com/tropotek/tkuni.git
# cd tkuni
# composer install
This should prompt you to answer a few questions and create the src/config/config.php
and .htaccess files.
If this fails you need to create your own .htaccess
(copy the .htaccess.in
) and config.php (copy the config.php.in
)
Also you will have to run the command bin/cmd migrate
to install the DB.
Call the command bin/cmd upgrade
and if all is well you will get the newest version installed