Skip to content

Repository files navigation

Kirby

Docker setup based on plainkit and trafex/php-nginx.

Build

Pass URL as build argument:

docker build . -t kirby --build-arg APP_URL=http://localhost:8080

Run

docker run -p 8080:8080 -v $(pwd)/data:/var/www/html/data -t kirby

Without Docker (assuming composer is available and dependencies have been installed):

composer start

Open http://localhost:8080

Fly

  1. Launch (will create app and volume based on fly.toml):

    fly launch
  2. Copy local files to volume and set permissions:

    fly sftp put -R data/accounts /var/www/html/data/accounts
    fly sftp put -R data/content /var/www/html/data/content
    fly ssh console -C "chown -R nobody:nobody /var/www/html/data"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages