Skip to content

Run Tiki In Lightweight Container.

Mohamed Elbahja requested to merge (removed):lightweight-container into 22.x

Add ability to easily run and install new tiki via container engines (podman or docker)

  1. Build
podman-compose build
  1. Run
podman-compose up -d
  1. Then you can go to: http://localhost:8081, it should redirect you to the installer.

For database setup.

  • Host name: tiki_db
  • Database name: tiki
  • User name: root
  • Password: tiki
  1. Shutdown
podman-compose down

for docker users replace podman-compose with docker-compose, but podman recommended because it dos not require ROOT to run and build the container.

Important: This setup not optimized for production usage.

Edited by Mohamed Elbahja

Merge request reports