Tune Kirby

Tune the popular blogging and CMS engine WordPress on fortrabbit.

# Working with the panel

Kirby - like other CMS - has a "Panel". It enables you - or maybe the client/editor - to create and edit the contents easily in the browser. You can create different users (admins) for the Panel. When first visiting the Panel, locally, you are greeted to set up the first admin user.

The panel users are by default NOT stored with Git. So your local users will not available on the fortrabbit App. You can now either include the users with Git by removing the relevant lines from .gitignore or - maybe better - set up the users locally and on the remote environment.

# Setup panel

Kirby does not let you set up the Panel by default on public-facing servers, see create your Kirby first account. If you upload your contents before setting up the panel and want to use the panel on the server, rather than locally, you need to enable the panel.install option.

# Updating Kirby

We recommend updating your local development environment first. On your local computer enter composer update in the terminal at the root level of the project folder to trigger the update. When you have confirmed that everything works, git push to push the latest updates to fortrabbit.

# Sending mails

fortrabbit does not support sendmail, so sending mails out of the box might not work. Kirby provides config for transactional mail providers, or you can use a plugin to send e-mail over your own SMTP account.

Found a tpyo?Edit