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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ For developers, we recommend the following methods:
13
13
14
14
## Installation
15
15
16
+
> **NOTE:** This installer installs Winter CMS 1.2, which requires PHP 8.0 or above. If you are still running PHP 7.4 or below, please use [v1.0.2](https://github.com/wintercms/web-installer/releases/download/v1.0.2/install.zip) of this installer, which installs Winter 1.1. Do note that this branch of Winter is now end-of-life and will only be receiving security fixes.
17
+
16
18
1. Prepare an empty directory on the web server that will host your Winter CMS installation. It can be a main domain, sub-domain or subfolder.
17
19
2.[Download the "install.zip" file](https://github.com/wintercms/web-installer/releases/latest) from the latest release of the Winter CMS Web Installer into this folder.
18
20
3. Unzip the downloaded ZIP file.
19
21
4. Grant write permissions to all files and folders that were extracted.
20
22
5. In your web browser, navigate to the URL pointing to that folder, and include `/install.html` at the end of the URL.
21
23
6. Follow the instructions given in the installer.
22
24
23
-
> **Note:** The web installer will install a production version of Winter CMS that does not contain files necessary for development of Winter CMS itself, like unit tests or Composer files. Should you require these, please use one of the other installation methods.
24
-
25
25
## Links
26
26
27
27
For further information and requirements for Winter CMS, [consult the documentation](https://wintercms.com/docs). To review the files that will be installed, visit the [main Winter CMS repository](https://github.com/wintercms/winter).
@@ -31,9 +31,9 @@ For further information and requirements for Winter CMS, [consult the documentat
31
31
The Web installer is built on [VueJS](https://vuejs.org) and uses a primarily NodeJS-driven development pipeline, but does
32
32
contain a PHP API element to run checks on the system and perform the installation of Winter CMS. You will need the following:
33
33
34
-
-`node`v13 or above.
35
-
-`npm`v5 or above.
36
-
-`php`v7.2.9 or above.
34
+
-`node`v14 or above.
35
+
-`npm`v6 or above.
36
+
-`php`v8.0 or above
37
37
38
38
To install all necessary dependencies, run the following:
0 commit comments