|
| 1 | +# Kirby Plainkit |
| 2 | + |
| 3 | +Kirby is a file-based CMS. |
| 4 | +Easy to setup. Easy to use. Flexible as hell. |
| 5 | + |
| 6 | +## Trial |
| 7 | + |
| 8 | +You can try Kirby on your local machine or on a test |
| 9 | +server as long as you need to make sure it is the right |
| 10 | +tool for your next project. |
| 11 | + |
| 12 | +## Buy a license |
| 13 | + |
| 14 | +You can purchase your Kirby license at |
| 15 | +<https://getkirby.com/buy> |
| 16 | + |
| 17 | +A Kirby license is valid for a single domain. You can find |
| 18 | +Kirby's license agreement here: <https://getkirby.com/license> |
| 19 | + |
| 20 | +## The Plainkit |
| 21 | + |
| 22 | +Kirby's Plainkit is the most minimal setup you can get started with. |
| 23 | +It does not include any content, styles or other kinds of decoration, |
| 24 | +so it's perfect to use this as a starting point for your own project. |
| 25 | + |
| 26 | +## The Panel |
| 27 | + |
| 28 | +You can find the login for Kirby's admin interface at |
| 29 | +http://yourdomain.com/panel. You will be guided through the signup |
| 30 | +process for your first user, when you visit the panel |
| 31 | +for the first time. |
| 32 | + |
| 33 | +## Installation |
| 34 | + |
| 35 | +Kirby does not require a database, which makes it very easy to |
| 36 | +install. Just copy Kirby's files to your server and visit the |
| 37 | +URL for your website in the browser. |
| 38 | + |
| 39 | +**Please check if the invisible .htaccess file has been |
| 40 | +copied to your server correctly** |
| 41 | + |
| 42 | +### Requirements |
| 43 | + |
| 44 | +Kirby runs on PHP 7.1+, Apache or Nginx. |
| 45 | + |
| 46 | +### Download |
| 47 | + |
| 48 | +You can download the latest version of the Starterkit |
| 49 | +from https://download.getkirby.com |
| 50 | + |
| 51 | +### With Git |
| 52 | + |
| 53 | +If you are familiar with Git, you can clone Kirby's |
| 54 | +Starterkit repository from Github. |
| 55 | + |
| 56 | + git clone https://github.com/getkirby/starterkit.git |
| 57 | + |
| 58 | +## Documentation |
| 59 | + |
| 60 | +<https://getkirby.com/docs> |
| 61 | + |
| 62 | +## Issues |
| 63 | + |
| 64 | +If you have a Github account, please report issues |
| 65 | +directly on Github: <https://github.com/getkirby/kirby/issues> |
| 66 | + |
| 67 | +Otherwise you can use Kirby's forum: https://forum.getkirby.com |
| 68 | +or send us an email: <[email protected]> |
| 69 | + |
| 70 | +## Ideas & Feature Requests |
| 71 | + |
| 72 | +If you have ideas for new features, please submit a ticket in our ideas repository: |
| 73 | +<https://github.com/getkirby/kirby/ideas> |
| 74 | + |
| 75 | +## Support |
| 76 | + |
| 77 | +<https://getkirby.com/support> |
| 78 | + |
| 79 | +## Copyright |
| 80 | + |
| 81 | +© 2009-2019 Bastian Allgeier (Bastian Allgeier GmbH) |
| 82 | +<https://getkirby.com> |
0 commit comments