This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ff6080
commit f7aef26
Showing
1 changed file
with
13 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
# Kirby | ||
# Kirby v2 Plainkit | ||
|
||
Kirby is a file-based CMS. | ||
Easy to setup. Easy to use. Flexible as hell. | ||
|
||
## Kirby 2 - EOL | ||
|
||
Kirby 2 is an old version of Kirby CMS. We are supporting it with security updates until December 31st, 2020. | ||
|
||
For the latest version of Kirby, check out https://getkirby.com | ||
|
||
## Trial | ||
|
||
You can try Kirby on your local machine or on a test | ||
|
@@ -12,68 +18,32 @@ tool for your next project. | |
## Buy a license | ||
|
||
You can purchase your Kirby license at | ||
<http://getkirby.com/buy> | ||
<https://getkirby.com/buy> | ||
|
||
A Kirby license is valid for a single domain. You can find | ||
Kirby's license agreement here: <http://getkirby.com/license> | ||
Kirby's license agreement here: <https://getkirby.com/license> | ||
|
||
## The Plainkit | ||
|
||
Kirby's Plainkit is the most minimal setup you can get started with. | ||
It does not include any content, styles or other kinds of decoration, | ||
so it's perfect to use this as a starting point for your own project. | ||
|
||
## The Panel | ||
|
||
You can find the login for Kirby's admin interface at | ||
http://yourdomain.com/panel. You will be guided through the signup | ||
process for your first user, when you visit the panel | ||
for the first time. | ||
|
||
## Installation | ||
|
||
Kirby does not require a database, which makes it very easy to | ||
install. Just copy Kirby's files to your server and visit the | ||
URL for your website in the browser. | ||
|
||
**Please check if the invisible .htaccess file has been | ||
copied to your server correctly** | ||
|
||
### Requirements | ||
|
||
Kirby runs on PHP 5.4+, Apache or Nginx. | ||
|
||
### Download | ||
|
||
You can download the latest version of the Starterkit | ||
from http://download.getkirby.com | ||
Kirby runs on PHP 7.2+, Apache or Nginx. | ||
|
||
### With Git | ||
|
||
If you are familiar with Git, you can clone Kirby's | ||
Starterkit repository from Github. | ||
|
||
git clone https://github.com/getkirby/plainkit.git | ||
git clone https://github.com/getkirby-v2/plainkit.git | ||
|
||
## Documentation | ||
<http://getkirby.com/docs> | ||
|
||
## Issues and feedback | ||
|
||
If you have a Github account, please report issues | ||
directly on Github: | ||
|
||
- <https://github.com/getkirby/kirby/issues> | ||
- <https://github.com/getkirby/panel/issues> | ||
- <https://github.com/getkirby/plainkit/issues> | ||
|
||
Otherwise you can use Kirby's forum: http://getkirby.com/forum | ||
or send us an email: <[email protected]> | ||
|
||
## Support | ||
<http://getkirby.com/support> | ||
<https://k2.getkirby.com> | ||
|
||
## Copyright | ||
|
||
© 2009-2016 Bastian Allgeier (Bastian Allgeier GmbH) | ||
<http://getkirby.com> | ||
<http://getkirby.com> |