Installer script for YesWiki, working on an opiniated Debian environment.
Find a file
2022-12-23 20:19:56 +03:00
templates fix(installer) : php template and directory create by user 2022-12-23 20:19:56 +03:00
.env.example feat(cli) : separate cli, use templates WIP 2022-09-06 13:38:00 +03:00
.gitignore Mise à jour de '.gitignore' 2022-08-16 08:36:20 +02:00
composer.json wip yeswiki-installer and yeswiki-remover 2022-08-29 00:26:46 +03:00
composer.lock wip yeswiki-installer and yeswiki-remover 2022-08-29 00:26:46 +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 fix(installer) : php template and directory create by user 2022-12-23 20:19:56 +03:00
yeswiki-installer.php feat(cli) : separate cli, use templates WIP 2022-09-06 13:38:00 +03:00
yeswiki-remover.php feat(cli) : separate cli, use templates WIP 2022-09-06 13:38:00 +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