Skip to content
Mitesh Shah edited this page Jul 30, 2014 · 10 revisions

EasyEngine (ee)

Enable website:

ee site enable example.com

Sample output:

^_^[[email protected]:~]# ee site enable example.com 
Creating symbolic link for example.com
Executing service nginx reload, please wait...
Git commit on /etc/nginx/, please wait...

above command create the symbolic link form /etc/nginx/sites-available/example.com to /etc/nginx/sites-enabled/example.com so that site can accessible in browser.

Clone this wiki locally