I have downloaded Kirby and a suitable skin for it (Frisk), modified some pages to see what is possible, and everything seems to work fine on my computer running Ubuntu 16.10 with the php -S localhost:8080 server. It has taken me some time to get it to run but finally it worked alright.
So now I have done as it said in the documents, just upload all the files to your server and you’re done with it. I’m really glad that it’s so simple as that.
Unfortunately I get the following error message:
Warning: require(DIR/kirby/bootstrap.php) [function.require]: failed to open stream: No such file or directory in /kunden/278730_42327/allprax/index.php on line 6
Fatal error: require() [function.require]: Failed opening required ‘DIR/kirby/bootstrap.php’ (include_path=’.:/usr/local/lib/php’) in /kunden/278730_42327/allprax/index.php on line 6
Must I do something to make the pages I set up appear correctly?
Which PHP version is running on your remote server?
Edit: As I just found out, you are using an outdated PHP version, i.e. 5.2. Kirby requires at least 5.4, but we recommend you use the latest version available to you, ideally 7.0/7.1 or at least 5.6.
You should also remove the info.php in your webroot, this information should not be visible to anyone