Skip to content
Mitesh Shah edited this page Jul 2, 2014 · 20 revisions

EasyEngine (ee)

Installation

Installing easyengine into your system is very easy and it can be done in following way

# Stable branch
curl -sL rt.cx/ee | sudo bash
# Refactor branch
wget -qO ee rt.cx/eebeta && sudo bash ee refactor

above command installs EasyEngine, now to install LEMP stack

ee stack install
# Another way
ee system install

above command installs following packages in your system

  1. NGINX
  2. PHP5.5
  3. MySQL
  4. Postfix
  5. phpmyadmin
  6. WP-CLI
Clone this wiki locally