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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ EasyEngine makes it greatly easy to manage nginx, a fast web-server software tha
11
11
12
12
* Docker
13
13
* Docker-Compose
14
-
* PHP CLI (>=7.1)
14
+
* PHP CLI (>=7.4)
15
15
* PHP Modules - `curl`, `sqlite3`, `pcntl`
16
16
17
17
## Installing
18
18
19
19
### Linux
20
20
21
-
For Linux, we have created an installer script that will install all the dependencies for you. We have tested this on Ubuntu 14.04, 16.04, 18.04, 20.04, 22.04 and Debian 8, Debian 10.
21
+
For Linux, we have created an installer script that will install all the dependencies for you. We have tested this on Ubuntu 20.04, 22.04, 24.04and Debian 11, 12.
22
22
23
23
```bash
24
24
wget -qO ee https://rt.cx/ee4 && sudo bash ee
@@ -33,7 +33,7 @@ chmod +x /usr/local/bin/ee
33
33
34
34
### Tab completions
35
35
36
-
EasyEngine also comes with a tab completion script for Bash and ZSH. Just download [ee-completion.bash](https://raw.githubusercontent.com/EasyEngine/easyengine/develop-v4/utils/ee-completion.bash) and source it from `~/.bash_profile`:
36
+
EasyEngine also comes with a tab completion script for Bash and ZSH. Just download [ee-completion.bash](https://raw.githubusercontent.com/EasyEngine/easyengine/master/utils/ee-completion.bash) and source it from `~/.bash_profile`:
37
37
38
38
```bash
39
39
source /FULL/PATH/TO/ee-completion.bash
@@ -80,7 +80,7 @@ ee shell example.com
80
80
81
81
Want to know more? Checkout readme of these commands -
*[site command](https://github.com/EasyEngine/site-command/) (with [php](https://github.com/EasyEngine/site-type-php/) and [wp](https://github.com/EasyEngine/site-type-wp/) site types)
0 commit comments