You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ WP Install has been designed to work as closely as possible with Wordpress and i
8
8
9
9
## Getting Started
10
10
11
-
1.Creata a new database for wordpress.
11
+
1.Create a new database for wordpress.
12
12
13
13
> **Tip:** If you don't have PHPMyAdmin or a similar GUI installed, you can run `mysql -u <username-here> -p 'CREATE DATABASE <project-name-here>'`
14
14
15
-
2. Run `composer create-project designyourcode/wp-install <project-name-here>`
15
+
2. If you have PHP Redis installed: `composer create-project designyourcode/wp-install <project-name-here>`
16
+
17
+
If you do not have PHP Redis installed: `composer create-project designyourcode/wp-install <project-name-here> --ignore-platform-reqs`
16
18
17
19
> **Tip:** If you are running `composer update` or `composer install` and do not have PHP Redis installed on your system, you will need to run append your composer command with `--ignore-platform-reqs`
0 commit comments