You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
![easyengine](http://rtcamp.com/wp-content/uploads/2013/08/easyengine-logo-858x232px.png "easyengine")
|
|
|
|
|
|
|
|
# easyengine
|
|
|
|
|
|
|
|
easyengine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress-nginx sites on an ubuntu server.
|
|
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
```bash
|
|
|
|
curl -sL rt.cx/ee | sudo bash # install easyengine
|
|
|
|
ee system install # install nginx, php, mysql, postfix
|
|
|
|
ee site create wp basic example.com # install wordpress on example.com
|
|
|
|
```
|
|
|
|
|
|
|
|
## Need even more info?
|
|
|
|
|
|
|
|
Check out our [wiki] (http://rtcamp.com/easyengine/docs/) and [faq] (http://rtcamp.com/easyengine/faq/) page
|