Skip to content
Harshad Yeola edited this page Jul 28, 2014 · 20 revisions

EasyEngine (ee)

Installation

wget -qO ee rt.cx/ee && sudo bash ee

Above command furthur asks for your username and email address, which will be set as your git username and email id to maintain track of configuration files. Also the same email address is used while creating wordpress website.

Sample output:

^_^[[email protected]:~]# wget -qO ee rt.cx/ee && sudo bash ee
Executing apt-get update, please wait...
Creating EasyEngine (ee) log directory, please wait...
Installing required packages, please wait...
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version.
curl is already the newest version.
ed is already the newest version.
tar is already the newest version.
wget is already the newest version.
The following extra packages will be installed:
[...]
.
.
.
[...]
Cloning EasyEngine (ee) stable branch, please wait...
Installing EasyEngine (ee), please wait...

EasyEngine (ee) required your name & email address
to track changes you made under the Git version control
EasyEngine (ee) will be able to send you daily reports & alerts in upcoming version
EasyEngine (ee) will NEVER send your information across
Enter your name [root]: Mitesh Shah
Enter your email address [[email protected]]: [email protected]

For EasyEngine (ee) auto completion, run the following command
source /etc/bash_completion.d/ee

EasyEngine (ee) installed successfully
EasyEngine (ee) help: https://rtcamp.com/easyengine/docs/

For EasyEngine (ee) auto completion, run the following command:

source /etc/bash_completion.d/ee

Now, Install required packages by using EasyEngine Stack Module

Clone this wiki locally