1
0
Fork 0
mirror of https://github.com/Oreolek/oreolek.ru.git synced 2024-06-01 15:58:15 +03:00
oreolek.ru/README.md

25 lines
908 B
Markdown
Raw Normal View History

2013-04-22 10:41:23 +03:00
This is the source code for the new version of [my personal website.](http://oreolek.ru/) I do it in my spare time for my own liking.
License is [AGPL 3.0.](http://www.tldrlegal.com/l/AGPL3)
Oreolek.
## Requirements
* Kohana 3.3
* MySQL or MariaDB
2013-12-16 11:37:57 +02:00
* PHP 5 with enabled GD, APCu and HTMLTidy
* Sphinx
## Installation
2013-05-30 09:01:21 +03:00
* `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`
2014-01-14 09:02:56 +02:00
* Edit robots.txt with your domain
* Set server variable `KOHANA_ENV` to `production` when you're done hacking