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 only php site.

PHP Site with MySQL

ee site create example.com --mysql

above command creates site example.com with mysql database.

WordPress Sites

Clone this wiki locally