Installer script for YesWiki, working on an opiniated Debian environment.
Find a file
2026-05-11 09:04:21 +03:00
.forgejo/workflows change on label to test again 2024-03-16 23:36:34 +03:00
templates fix: deprecated in new nginx 2026-04-15 20:21:25 +03:00
.editorconfig feat(updater): backup before save and editorconfig 2024-02-15 21:42:51 +03:00
.env.example feat: get commandes form bazar 2026-05-07 11:22:38 +03:00
.gitignore fix(installer): numbers from Gb + composer upgrade 2024-09-23 18:51:40 +03:00
composer.json chore(deps): composer update 2024-12-05 21:58:57 +03:00
composer.lock chore(deps): composer update 2024-12-05 21:58:57 +03:00
LICENSE Initial commit 2022-08-16 08:35:31 +02:00
README.md wip yeswiki-installer and yeswiki-remover 2022-08-29 00:26:46 +03:00
shell.nix feat(env): wip nix shell 2024-12-19 11:30:22 +03:00
utils.inc.php fix: exclude backup dir 2026-04-28 19:36:59 +03:00
yeswiki-compare.php fix(yeswiki-compare): arrangements cosmetiques 2026-05-11 09:04:21 +03:00
yeswiki-get-commandes.php feat: add ordered common keys 2026-05-07 12:43:08 +03:00
yeswiki-import.php fix: make path work everywhere 2026-04-28 19:31:39 +03:00
yeswiki-installer.php fix: make path work everywhere 2026-04-28 19:31:39 +03:00
yeswiki-move.php fix: make path work everywhere 2026-04-28 19:31:39 +03:00
yeswiki-remover.php fix: make path work everywhere 2026-04-28 19:31:39 +03:00
yeswiki-scan.php feat: add ordered common keys 2026-05-07 12:43:08 +03:00
yeswiki-updater.php fix: use path 2026-04-28 22:35:53 +03:00

yeswiki-installer

Installer script for YesWiki, working on an opiniated Debian 11 environment.

Setup

  • clone this repository on your server
  • go in the folder cd yeswiki-installer
  • copy .env.example to .env cp .env.example .env
  • edit .env file and change it with your informations
  • add executable rights to some files chmod +x yeswiki-installer.php yeswiki-remover.php
  • make symlinks if you want to use those commands globally and more easily
sudo ln -s yeswiki.installer.php /usr/local/bin/yeswiki-installer
sudo ln -s yeswiki.remover.php /usr/local/bin/yeswiki-remover

Usage

You need root acces to use those commands

Type sudo yeswiki-installer to see all the options for installation of YesWiki.

Type sudo yeswiki-remover to see all the options for removal of YesWiki