This is the source code for the new version of my personal website. I do it in my spare time for my own liking.
License is AGPL 3.0.
Oreolek.
- Kohana 3.3
- MySQL or MariaDB
- PHP 5 with enabled GD, APCu and HTMLTidy
- Sphinx
git clone- I assume you are familiar with this commandgit submodule initgit submodule update- Also you may need to init & update submodules for some modules
- Copy
application/config/database.php.exampletoapplication/config/database.phpand edit it. - Copy
application/config/auth.php.exampletoapplication/config/auth.phpand edit it. - Import SQL schema from schema.sql (autoinstall currently not working)
- Open in browser
SERVER_ADDR/install - Edit robots.txt with your domain
- Set server variable
KOHANA_ENVtoproductionwhen you're done hacking