[go: up one dir, main page]

Menu

Tree [r304] / release-6 / docs /
 History

HTTPS access


File Date Author Commit
 assets 2014-07-16 goldluecke [r258] documentation web page continued
 content 2014-08-15 goldluecke [r289] doc: preparing R6
 kirby 2014-07-15 goldluecke [r255] upcoming documentation web page template added ...
 logo 2014-07-16 goldluecke [r258] documentation web page continued
 panel 2014-08-15 goldluecke [r287] docs: panel for web interface
 site 2014-08-15 goldluecke [r289] doc: preparing R6
 thumbs 2014-08-15 goldluecke [r289] doc: preparing R6
 README 2014-08-15 goldluecke [r288] doc: updates
 README.md 2014-07-15 goldluecke [r255] upcoming documentation web page template added ...
 index.php 2014-07-15 goldluecke [r255] upcoming documentation web page template added ...
 license.mdown 2014-07-15 goldluecke [r255] upcoming documentation web page template added ...
 readme.mdown 2014-07-15 goldluecke [r255] upcoming documentation web page template added ...

Read Me

Kirby

Kirby is a file-based CMS.
Easy to setup, easy to use, flexible as hell.

http://getkirby.com

Follow @getkirby on Twitter for updates: http://twitter.com/getkirby

Buy

Though Kirby's source code is available on Github: http://github.com/bastianallgeier/kirbycms, you must purchase a license per website. Please go to http://getkirby.com/buy for more information.

Installation

Installing Kirby couldn't be simpler. Just connect to your FTP-Server and upload all files contained in the Kirby package to the document root of your server – done!

Visit http://yourdomain.com (you should probably replace the with your url :)) and take a look at your brand new, Kirby-flavoured site.

Adding your license code

After you've purchased a license for Kirby, please add your license code to site/config/config.php:

c::set('license', 'put your license code here');

Running Kirby in a subfolder of your domain

Kirby will try to automatically detect if your site is installed in a subfolder. I.e.: http://yourdomain.com/subfolder

Sometimes auto-detection might fail, depending on your server setup. In that case, go to site/config/config.php and make sure you manually set the url config variable:

c::set('url', 'http://yourdomain.com/subfolder');

Afterwards make sure to also set the subfolder name:

c::set('subfolder', 'mySubfolderName');

You probably also need to adjust the RewriteBase in the .htaccess file if you want to use mod_rewrite. You will find more information about all this in the default config file and the htaccess file.

URL Rewriting

If you are not allowed to have your own .htaccess file or to use mod_rewrite, go to site/config/config.php and search for the part where you can switch off url rewriting.

Documentation

http://getkirby.com/docs

Support

http://getkirby.com/contact

Contact

mail@getkirby.com

© 2009-2014 Bastian Allgeier GmbH
http://getkirby.com