Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Update readme.mdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 10, 2016
1 parent 20eac58 commit d547c0a
Showing 1 changed file with 1 addition and 63 deletions.
64 changes: 1 addition & 63 deletions readme.mdown
@@ -1,66 +1,4 @@
# Kirby 1

**This is the repository for Kirby 1. Please visit http://github.com/getkirby/starterkit for the latest version of Kirby 2**
**Deprecated. See http://github.com/getkirby**

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>


## Copyright

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

0 comments on commit d547c0a

Please sign in to comment.