document php dependency

Signed-off-by: kiara <kiara@bij1.org>
This commit is contained in:
kiara 2023-10-16 14:56:51 +00:00
parent 0a7668fdaa
commit 90e3fce809
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ This script automates installing Wordpress with all specific BIJ1 plugins,
template and Advanced Custom Fields settings.
Steps:
- install `php`
- First you have to setup a database, e.g. for MariaDB/MySQL (substituting `$WORDPRESS_DB_USER`, `$db`, `$password`):
- ```sql
CREATE USER '$WORDPRESS_DB_USER'@'localhost' IDENTIFIED BY '$password';
@ -13,7 +14,7 @@ Steps:
GRANT ALL PRIVILEGES ON $db.* TO '$WORDPRESS_DB_USER'@'localhost';
```
- Put the files here where you want to install WordPress, and navigate there.
- Start the installer by running `./install.sh`.
- Start the installer by running `sudo bash ./install.sh`.
- Note down the `bij1admin` password that's generated during installation.
- Tweak the BIJ1 specific settings in `wp-config.php`.