readme: clarify it'll install in this repo's folder

This commit is contained in:
kiara 2023-03-31 12:01:28 +00:00
parent b2b2cca2cf
commit d8e37e64ac
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ Steps:
CREATE DATABASE $db CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
GRANT ALL PRIVILEGES ON $db.* TO '$WORDPRESS_DB_USER'@'localhost';
```
- Start the installer by running `./install.sh` in your web folder.
- Put the files here where you want to install WordPress, and navigate there.
- Start the installer by running `./install.sh`.
- Note down the bij1admin password that's generated during installation.
- Tweak the BIJ1 specific settings in wp-config.php.