Installer script for YesWiki, working on an opiniated Debian environment.
Find a file
Florian Schmitt 9091895058
Some checks are pending
/ test (push) Waiting to run
better confirmation message
2024-12-05 22:51:10 +03:00
.forgejo/workflows change on label to test again 2024-03-16 23:36:34 +03:00
templates feat(nginx) : protect private folder 2023-06-17 13:43:57 +03:00
.editorconfig feat(updater): backup before save and editorconfig 2024-02-15 21:42:51 +03:00
.env.example feat(installer): install yeswiki from repo 2023-02-01 13:22:42 +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
utils.inc.php format php and add domainIsOnServer 2024-12-05 22:45:51 +03:00
yeswiki-installer.php add yeswiki-move, fix shebangs, chore deps 2024-12-05 21:49:11 +03:00
yeswiki-move.php better confirmation message 2024-12-05 22:51:10 +03:00
yeswiki-remover.php add yeswiki-move, fix shebangs, chore deps 2024-12-05 21:49:11 +03:00
yeswiki-updater.php add yeswiki-move, fix shebangs, chore deps 2024-12-05 21:49:11 +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