first version

This commit is contained in:
Bastian Allgeier
2019-01-13 23:17:34 +01:00
commit 01277f79f2
595 changed files with 82913 additions and 0 deletions

85
README.md Normal file
View File

@@ -0,0 +1,85 @@
# Kirby Starterkit
Kirby is a file-based CMS.
Easy to setup. Easy to use. Flexible as hell.
## Trial
You can try Kirby on your local machine or on a test
server as long as you need to make sure it is the right
tool for your next project.
## Buy a license
You can purchase your Kirby license at
<https://getkirby.com/buy>
A Kirby license is valid for a single domain. You can find
Kirby's license agreement here: <https://getkirby.com/license>
## The Starterkit
Kirby's Starterkit comes with a small demo website and a fully
configured panel. Feel free to modify it and play with it as
much as you like.
There's also the [Langkit](https://github.com/getkirby/langkit.git)
in case you need a multi-language installation.
## 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 7.1+, Apache or Nginx.
### Download
You can download the latest version of the Starterkit
from https://download.getkirby.com
### With Git
If you are familiar with Git, you can clone Kirby's
Starterkit repository from Github.
git clone https://github.com/getkirby/starterkit.git
## Documentation
<https://getkirby.com/docs>
## Issues
If you have a Github account, please report issues
directly on Github: <https://github.com/getkirby/kirby/issues>
Otherwise you can use Kirby's forum: https://forum.getkirby.com
or send us an email: <support@getkirby.com>
## Ideas & Feature Requests
If you have ideas for new features, please submit a ticket in our ideas repository:
<https://github.com/getkirby/kirby/ideas>
## Support
<https://getkirby.com/support>
## Copyright
© 2009-2019 Bastian Allgeier (Bastian Allgeier GmbH)
<https://getkirby.com>