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.

152 lines
2.4 KiB

.TH ee 8 "easyengine version: 1.0.0" "September 30, 2013" "easyengine"
11 years ago
.SH NAME
.B ee
\- Manage Nginx Based Websites.
.SH SYNOPSIS
ee [ -h | help | --help ]
11 years ago
.TP
ee [ -v | version | --version]
11 years ago
.TP
ee system [ info| install | remove | purge ]
.TP
ee site [ create | delete | enable | disable | list | listall | show ]
11 years ago
.br
.SH DESCRIPTION
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
.br
.SH OPTIONS
.TP
.B create
.br
Create HTML, PHP and Wordpress website.
.br
11 years ago
.TP
.B delete
.br
Delete HTML, PHP and WordPress website.
11 years ago
.TP
.B enable
11 years ago
.br
Enable website.
11 years ago
.TP
.B disable
11 years ago
.br
Disable website.
11 years ago
.TP
.B list
.br
List all the enabled websites.
11 years ago
.TP
.B listall
.br
List all websites.
11 years ago
.TP
.B show
.br
Show Nginx configuration for website.
11 years ago
.TP
.B info
.br
Information about Nginx and PHP.
11 years ago
.TP
.B install
.br
Install Nginx PHP5 MySQL Postfix System Packages.
11 years ago
.TP
.B remove
.br
Remove Nginx PHP5 MySQL Postfix System Packages.
11 years ago
.TP
.B purge
.br
Purge Nginx PHP5 MySQL Postfix System Packages.
.SH ARGUMENTS
.TP
.B html
11 years ago
.br
Create a HTML website.
.TP
.B php
11 years ago
.br
Create a PHP website.
11 years ago
.TP
.B wp
11 years ago
.br
Create a Wordpress Website.
11 years ago
.TP
.B wpsubdir
11 years ago
.br
Create a Wordpress Multisite with Sub Directories Setup.
11 years ago
.TP
.B wpsubdomain
.br
Create a Wordpress Multisite with Sub Domains Setup.
.br
.TP
.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
.B db
.br
Delete website database.
.br
.TP
.B files
.br
Delete website webroot.
.br
.SH WORDPRESS CACHING OPTIONS
.br
.TP
.B basic
.br
Create WordPress website without cache.
.br
.TP
.B w3tc
.br
Install and activate Nginx-helper and W3 Total Cache plugin.
.br
.TP
.B wpsc
.br
Install and activate Nginx-helper and WP Super Cache plugin.
.br
.TP
.B wpfc
.br
Install and activate Nginx-helper and W3 Total Cache plugin with Nginx FastCGI cache.
.br
.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:
.I http://rtcamp.com/easyengine
.br
FAQ:
.I http://rtcamp.com/easyengine/faq/
.br
DOCS:
.I http://rtcamp.com/easyengine/docs/