Skip to content

ComboStrap/tabulify.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabulify.com

About

This Git repo contains tabulify.com written with the Combo Site Technology

How

How to Publish

  • Without Git
docker run \
  --name site-com-tabulify \
  --rm \
  -p 8081:80 \
  -e DOKU_DOCKER_GIT_SITE='https://github.com/ComboStrap/tabulify.com' \
  ghcr.io/combostrap/dokuwiki:php8.3-latest
  • With SSH
docker run \
  --name site-com-tabulify \
  --rm \
  -p 8081:80 \
  -e DOKU_DOCKER_GIT_SITE='[email protected]:ComboStrap/tabulify.com.git' \
  ghcr.io/combostrap/dokuwiki:php8.3-latest

How to start locally in Dev mode

docker run \
  --name site-com-tabulify \
  --rm \
  -p 8081:80 \
  --user 1000:1000 \
  -e DOKU_DOCKER_ENV=dev \
  -e DOKU_DOCKER_ACL_POLICY='public' \
  -e DOKU_DOCKER_ADMIN_NAME='admin' \
  -e DOKU_DOCKER_ADMIN_PASSWORD='welcome' \
  -v $PWD:/var/www/html \
  ghcr.io/combostrap/dokuwiki:php8.3-latest

Note

java-mono/website

This repository is also a submodule of java-mono/website

git submodule add

Make a submodule

Releases

No releases published

Packages

No packages published

Languages