update readme

This commit is contained in:
rnsrk 2024-11-07 09:00:11 +01:00
parent e337b92426
commit 5ea39ba0df

View file

@ -1,12 +1,12 @@
# INSTALL WISSKI SCRIPT # INSTALL WISSKI SCRIPT
This script installs a LAMP-Stack (Apache2, PHP, Mariadb) or complete missing parts on your Ubuntu 20.04 (or higher) and everything you need to start an install of the latest Drupal version (composer and drush). You can choose between a local development or production environment and you have the possibility to activate ssl support (manually or with certbot). WissKI and all necessary modules/ libraries could be downloaded. Just run the Drupal installer after the script has finished and activate required WissKI modules. Please keep in mind that WissKI needs a triple store to work. This script installs a LAMP-Stack (Apache2, PHP, Mariadb) or complete missing parts on your Ubuntu 24.04 (or higher) and everything you need to start an install of the latest Drupal version (composer and drush). You can choose between a local development or production environment and you have the possibility to activate ssl support (manually or with certbot). WissKI and all necessary modules/ libraries could be downloaded. Just run the Drupal installer after the script has finished and activate required WissKI modules. Please keep in mind that WissKI needs a triple store to work.
## Usage ## Usage
Just run `sudo ./install_wisski.bash` in your console. Just run `sudo ./install_wisski.bash` in your console.
## What it does ## What it does
### LAMP-Stack ### LAMP-Stack
It searches for installed LAMP-Stack components and helps to install missing parts. It searches for installed LAMP-Stack components and helps to install missing parts.
It's cool with MySQL as well as MariaDB but if none of those DBMS is installed, it asks you to install MariaDB. It's cool with MySQL as well as MariaDB but if none of those DBMS is installed, it asks you to install MariaDB.
You must install PHP7.4 or higher, sorry. You must install PHP8.3 or higher, sorry.
### Configs ### Configs
You have the possibility to tweak your php environment and create a virtual host entry for the Apache server. You have the possibility to tweak your php environment and create a virtual host entry for the Apache server.
### Database ### Database