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

EasyEngine (ee)

Stack Module

EasyEngine(ee) Stack Module covers command related to packages in ee stack which includes NGINX, PHP5.5, MySQL, MemCache, OpCache, PhpMyadmin, Postfix, WP-CLI, adminer.

Stack Module provides following as stack/system

  1. Install
  2. [Remove] ()
  3. Start
  4. Restart
  5. Status

Install

To install ee stack into your system use

ee stack install
#Another Way
ee system install

above commands will install all stack packages mentioned above.

To install single package use

PHP

ee stack install php
#Another way
ee system install php

NGINX

ee stack install nginx
#Another way
ee system install nginx

MySQL

ee stack install mysql
#Another way
ee system install mysql

Postfix

ee stack install postfix
#Another way
ee system install postfix

WP-CLI

ee stack install wpcli
#Another way
ee system install wpcli
Clone this wiki locally