You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

151 lines
2.6 KiB

.TH ee 8 "easyengine version: 1.1.0" "January 15, 2014" "easyengine"
11 years ago
.SH NAME
11 years ago
.B EasyEngine (ee)
11 years ago
\- Manage Nginx Based Websites.
.SH SYNOPSIS
11 years ago
ee [ version | info | help ]
11 years ago
.TP
11 years ago
ee system [ install | remove | purge ]
11 years ago
.TP
11 years ago
ee site [ list | show | info | create | enable | disable | delete ]
11 years ago
.SH DESCRIPTION
11 years ago
EasyEngine (ee) is a linux shell-script to manage your WordPress-Nginx websites on an Ubuntu server.
.br
After ee kindly press tab key to view all arguments.
11 years ago
.SH OPTIONS
.TP
11 years ago
.B version
11 years ago
.br
11 years ago
Display easyengine (ee) version information.
.TP
.B info
.br
11 years ago
ee info - Display Nginx, PHP, MySQL and ee common location information
.br
ee site info - Diplay given website details like enable, disable. weboot and log files.
11 years ago
.TP
11 years ago
.B help
11 years ago
.br
11 years ago
Display easyengine (ee) help.
11 years ago
.TP
11 years ago
.B install
11 years ago
.br
11 years ago
Install Nginx PHP5 MySQL Postfix System Packages.
11 years ago
.TP
11 years ago
.B remove
11 years ago
.br
11 years ago
Remove Nginx PHP5 MySQL Postfix System Packages.
11 years ago
.TP
11 years ago
.B purge
11 years ago
.br
11 years ago
Purge Nginx PHP5 MySQL Postfix System Packages.
11 years ago
.TP
11 years ago
.B list
11 years ago
.br
11 years ago
List Nginx Website.
11 years ago
.TP
.B show
.br
Show Nginx configuration for website.
11 years ago
.TP
11 years ago
.B create
11 years ago
.br
11 years ago
Create HTML, PHP, MySQL and Wordpress website.
11 years ago
.TP
11 years ago
.B enable
11 years ago
.br
11 years ago
Enable website.
11 years ago
.TP
11 years ago
.B disable
11 years ago
.br
11 years ago
Disable website.
11 years ago
.TP
11 years ago
.B delete
11 years ago
.br
11 years ago
Delete HTML, PHP, MySQL and WordPress website.
.SH ARGUMENTS
.TP
11 years ago
.B --html
11 years ago
.br
Create a HTML website.
.TP
11 years ago
.B --php
11 years ago
.br
11 years ago
Create a PHP website.
11 years ago
.TP
11 years ago
.B --mysql
11 years ago
.br
11 years ago
Create a PHP+MySQL website.
11 years ago
.TP
11 years ago
.B --wp
.br
Create a WordPress Website.
.TP
.B --wpsubdir
11 years ago
.br
Create a Wordpress Multisite with Sub Directories Setup.
11 years ago
.TP
11 years ago
.B --wpsubdomain
.br
Create a Wordpress Multisite with Sub Domains Setup.
.br
.TP
11 years ago
.B --all
.br
If uses with ee system, its install, remove or purge Nginx PHP5 MySQL Postfix System Packages.
.br
If uses with ee site delete, its delete Database, Webroot and Nginx configuration.
.br
.TP
11 years ago
.B --db
.br
Delete website database.
.br
.TP
11 years ago
.B --files
.br
Delete website webroot.
.SH WORDPRESS CACHING OPTIONS
.TP
11 years ago
.B --basic
.br
Create WordPress website without cache.
.TP
11 years ago
.B --w3tc
.br
Install and activate Nginx-helper and W3 Total Cache plugin.
.TP
11 years ago
.B --wpsc
.br
Install and activate Nginx-helper and WP Super Cache plugin.
.TP
11 years ago
.B --wpfc
.br
Install and activate Nginx-helper and W3 Total Cache plugin with Nginx FastCGI cache.
.SH FILES
.br
/etc/easyengine/ee.conf
.SH BUGS
Report bugs at <http://github.com/rtCamp/easyengine/issues/>
11 years ago
.SH AUTHOR
.br
.B rtCamp Team
.I \<admin@rtcamp.com\>
.br
.B Mitesh Shah
.I \<Mitesh.Shah@rtcamp.com\>
.br
.B Manish
.I \<Manish.Songirkar@rtcamp.com\>
.SH "SEE ALSO"
.br
EE:
11 years ago
.I https://rtcamp.com/easyengine/
.br
FAQ:
11 years ago
.I https://rtcamp.com/easyengine/faq/
.br
DOCS:
11 years ago
.I https://rtcamp.com/easyengine/docs/