Skip to content

Commit 7f0206f

Browse files
committed
Update readme
1 parent 1d24728 commit 7f0206f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ For developers, we recommend the following methods:
1313

1414
## Installation
1515

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+
1618
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.
1719
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.
1820
3. Unzip the downloaded ZIP file.
1921
4. Grant write permissions to all files and folders that were extracted.
2022
5. In your web browser, navigate to the URL pointing to that folder, and include `/install.html` at the end of the URL.
2123
6. Follow the instructions given in the installer.
2224

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-
2525
## Links
2626

2727
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
3131
The Web installer is built on [VueJS](https://vuejs.org) and uses a primarily NodeJS-driven development pipeline, but does
3232
contain a PHP API element to run checks on the system and perform the installation of Winter CMS. You will need the following:
3333

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
3737

3838
To install all necessary dependencies, run the following:
3939

0 commit comments

Comments
 (0)