Go to file
Alexander Yakovlev 1b3e403ce0 declare the var before use 2018-03-22 23:27:26 +07:00
application declare the var before use 2018-03-22 23:27:26 +07:00
modules Urgent fix on comments 2016-05-06 16:44:40 +07:00
system@47c27fd4dd Bootstrap update v3.3.4 2015-06-05 14:56:14 +07:00
.gitignore Sphinx full-text search integration probe 2013-06-28 13:46:24 +07:00
.gitmodules Site sitemap 2014-01-14 14:02:56 +07:00
LICENSE.html Readme & License 2013-04-22 14:41:23 +07:00
README.md Site sitemap 2014-01-14 14:02:56 +07:00
index.php Kohana Debug Toolbar 2013-05-08 12:49:02 +07:00
robots.txt Sitemap for HTTPS 2015-08-08 09:55:44 +07:00

README.md

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.

Requirements

  • Kohana 3.3
  • MySQL or MariaDB
  • PHP 5 with enabled GD, APCu and HTMLTidy
  • Sphinx

Installation

  • git clone - I assume you are familiar with this command
  • git submodule init
  • git submodule update
  • Also you may need to init & update submodules for some modules
  • Copy application/config/database.php.example to application/config/database.php and edit it.
  • Copy application/config/auth.php.example to application/config/auth.php and 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_ENV to production when you're done hacking