|
|
@ -16,15 +16,14 @@ EasyEngine (ee) is a python tool, which makes it easy to manage your wordpress s |
|
|
|
|
|
|
|
**EasyEngine currently supports:** |
|
|
|
|
|
|
|
- Ubuntu 12.04 & 14.04 |
|
|
|
- Ubuntu 12.04 & 14.04, 14.10 |
|
|
|
- Debian 7 |
|
|
|
|
|
|
|
### This is Beta version. Donot Try on Production/Live servers |
|
|
|
|
|
|
|
## Quick Start |
|
|
|
|
|
|
|
```bash |
|
|
|
wget http://rt.cx/eebeta && sudo bash eebeta # install easyengine 3.0.0-beta |
|
|
|
wget http://rt.cx/ee && sudo bash ee # install easyengine 3.0.0-beta |
|
|
|
sudo ee site create example.com --wp # Install required packages & setup WordPress on example.com |
|
|
|
``` |
|
|
|
|
|
|
@ -85,7 +84,7 @@ ee site create example.com --mysql # create example.com with php & mysql supp |
|
|
|
|
|
|
|
|
|
|
|
## Useful Links |
|
|
|
- [Documentation] (http://rtcamp.com/easyengine/docs/) |
|
|
|
- [Documentation] (http://docs.rtcamp.com/easyengine/docs/) |
|
|
|
- [FAQ] (http://rtcamp.com/easyengine/faq/) |
|
|
|
- [Conventions used] (http://rtcamp.com/wordpress-nginx/tutorials/conventions/) |
|
|
|
|
|
|
|