Skip to content
Harshad Yeola edited this page Jul 9, 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 ee 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
  7. Adminer
  8. Webgrind
  9. Anemometer
Clone this wiki locally