Giter VIP home page Giter VIP logo

kirbycms's Introduction

Kirby

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

http://getkirby.com

Subscribe to the Kirby newsletter: http://tinyletter.com/kirby
or follow @getkirby on Twitter for updates: http://twitter.com/getkirby Kirby even has a Facebook page: http://facebook.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

[email protected]

Copyright

ยฉ 2009-2012 Bastian Allgeier (OpenWe GmbH) http://getkirby.com

kirbycms's People

Contributors

bastianallgeier avatar jessebeach avatar lulezi avatar tysongach avatar vladstudio avatar zzzzbov avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.