Skip to content

Commit 65cd4ab

Browse files
committed
Merge branch 'master' of github.com:rtCamp/easyengine
2 parents c8cde8b + 8e57976 commit 65cd4ab

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Please attach the output of following command when open a new issue/bug
1010
```bash
1111
lsb_release -a
1212
ee info
13+
wp --allow-root --info
1314
```
1415

1516
### EasyEngine chat:

bin/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Includes binaries of EasyEngine (ee).
2+
23
Actual Path : `/usr/local/sbin/`
34

45
1. **easyengine** - Main script for all EasyEngine (ee) tasks.
5-
1. **eeupdate** - Script to update EasyEngine (ee).
6-
1. **install.sh** - Script to install EasyEngine (ee).
6+
1. **update** - Script to update EasyEngine (ee).
7+
1. **install** - Script to install EasyEngine (ee).
78

src/vendor/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
1. **ee_ven_install_adminer.sh** - Install Adminer
2-
1. **ee_ven_install_pma.sh** - Install phpMyAdmin
2+
1. **ee_ven_install_phpmyadmin.sh** - Install phpMyAdmin
3+
1. **ee_ven_install_utils.sh** - Install admin utilities
34
1. **ee_ven_install_wp_cli.sh** - Install WP-CLI
45
1. **ee_ven_remove_adminer.sh** - Remove Adminer
5-
1. **ee_ven_remove_pma.sh** - Remove phpMyAdmin
6-
1. **ee_ven_remove_wp_cli.sh** - Remove WP-CLI
6+
1. **ee_ven_remove_phpmyadmin.sh** - Remove phpMyAdmin
7+
1. **ee_ven_remove_utils.sh** - Remove admin utilities
8+
1. **ee_ven_remove_wp_cli.sh** - Remove WP-CLI

templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. **nginx** - includes config file templates.
1+
1. **nginx** - includes config file templates. Actul Linux path: `/usr/share/easyengine/`

0 commit comments

Comments
 (0)