Skip to content
Harshad Yeola edited this page Jul 2, 2014 · 24 revisions

EasyEngine (ee)

Site Management

EasyEngine site commands serves following purposes

  1. site create
  2. site enable
  3. site show
  4. site info
  5. site list
  6. site disable

Site Create

HTML Sites

ee site create example.com or ee site create example.com --html

above commands serves the same purpose i.e. creates simple html sites.

PHP/MySQL Sites
PHP Only Site

ee site create example.com --php

above command creates php only site.

PHP Site with MySQL

ee site create example.com --mysql

above command creates site example.com with mysql database.

WordPress Sites

EasyEngine can create wordpress sites with or without cache configuration.EasyEngine also can create multiple sites with wordpress. This section covers ee site creation with wordpress.

Single/Standard WordPress Site creation
  ee site create example.com --wp

  ee site create example.com --basic

  ee site create example.com --wp --basic

all above commands serves the same purpose i.e create single standard wordpress site.

Clone this wiki locally