Browse Source

Merge branch 'master' of github.com:rtCamp/easyengine

old-stable
Mitesh Shah 11 years ago
parent
commit
65cd4ab6d2
  1. 1
      CONTRIBUTING.md
  2. 5
      bin/README.md
  3. 8
      src/vendor/README.md
  4. 2
      templates/README.md

1
CONTRIBUTING.md

@ -10,6 +10,7 @@ Please attach the output of following command when open a new issue/bug
```bash
lsb_release -a
ee info
wp --allow-root --info
```
### EasyEngine chat:

5
bin/README.md

@ -1,7 +1,8 @@
Includes binaries of EasyEngine (ee).
Actual Path : `/usr/local/sbin/`
1. **easyengine** - Main script for all EasyEngine (ee) tasks.
1. **eeupdate** - Script to update EasyEngine (ee).
1. **install.sh** - Script to install EasyEngine (ee).
1. **update** - Script to update EasyEngine (ee).
1. **install** - Script to install EasyEngine (ee).

8
src/vendor/README.md

@ -1,6 +1,8 @@
1. **ee_ven_install_adminer.sh** - Install Adminer
1. **ee_ven_install_pma.sh** - Install phpMyAdmin
1. **ee_ven_install_phpmyadmin.sh** - Install phpMyAdmin
1. **ee_ven_install_utils.sh** - Install admin utilities
1. **ee_ven_install_wp_cli.sh** - Install WP-CLI
1. **ee_ven_remove_adminer.sh** - Remove Adminer
1. **ee_ven_remove_pma.sh** - Remove phpMyAdmin
1. **ee_ven_remove_wp_cli.sh** - Remove WP-CLI
1. **ee_ven_remove_phpmyadmin.sh** - Remove phpMyAdmin
1. **ee_ven_remove_utils.sh** - Remove admin utilities
1. **ee_ven_remove_wp_cli.sh** - Remove WP-CLI

2
templates/README.md

@ -1 +1 @@
1. **nginx** - includes config file templates.
1. **nginx** - includes config file templates. Actul Linux path: `/usr/share/easyengine/`

Loading…
Cancel
Save