mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
16 lines
468 B
Plaintext
16 lines
468 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To use Kohana framework you should do the following:
|
|
1. Copy %%WWWDIR%%/index.php and %%WWWDIR%%/install.php
|
|
to your public directory.
|
|
2. Copy %%WWWDIR%%/application directory to desired
|
|
application directory.
|
|
You can create the directory structure too.
|
|
3. Modify index.php if it's necessary.
|
|
4. Open index.php in your browser and check the requirements.
|
|
5. If the requirements are right you can delete install.php.
|
|
EOM
|
|
}
|
|
]
|