Browse Source

Merge branch 'refactor' of github.com:rtCamp/easyengine into refactor

old-stable
Mitesh Shah 11 years ago
parent
commit
a3c94c24e7
  1. 6
      README.md
  2. 10
      bin/README.md
  3. 2
      docs/README.md
  4. 2
      docs/man/README.md

6
README.md

@ -2,7 +2,7 @@
[![Travis Build Status](https://travis-ci.org/rtCamp/easyengine.svg "Travis Build Status")] (https://travis-ci.org/rtCamp/easyengine)
easyengine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress sites running on nginx web-server.
EasyEngine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress sites running on nginx web-server.
**EasyEngine currently supports:**
@ -19,13 +19,13 @@ ee site create example.com --wp # create example.com and install wordpress
## Upgrading
### From easyengine 1.0 to 1.1 and above
### From EasyEngine 1.0 to 1.1 and above
```bash
/bin/bash <(curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate)
```
### From easyengine 1.1 and above
### From EasyEngine 1.1 and above
```bash
ee update

10
bin/README.md

@ -1,7 +1,7 @@
Includes binaries of EasyEngine [ee].
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. **easyengine** - Main script for all EasyEngine (ee) tasks.
1. **eeupdate** - Script to update EasyEngine (ee).
1. **install.sh** - Script to install EasyEngine (ee).

2
docs/README.md

@ -1 +1 @@
1. **man** - manual pages for EasyEngine [ee].
1. **man** - manual pages for EasyEngine (ee).

2
docs/man/README.md

@ -1 +1 @@
1. **ee.8** - manual page for EasyEngine [ee].
1. **ee.8** - manual page for EasyEngine (ee).

Loading…
Cancel
Save