Browse Source

Man Pages For EasyEngine

old-stable
Mitesh Shah 11 years ago
parent
commit
6474bf79e0
  1. 124
      man/ee.8

124
man/ee.8

@ -1,82 +1,133 @@
.TH EE 8 "v\ 1.0" "Thu, September 26, 2013" "EasyEngine" .TH ee 8 "easyengine version: 1.0.0" "September 30, 2013" "easyengine"
.SH NAME .SH NAME
.B ee .B ee
\- Manage Nginx Based Websites. \- Manage Nginx Based Websites.
.SH SYNOPSIS .SH SYNOPSIS
ee help ee [ -h | help | --help ]
.TP .TP
ee site [ create | delete | disable | enable | list | listall | show ] ee [ -v | version | --version]
.TP .TP
ee system [ info| install | remove | purge ] ee system [ info| install | remove | purge ]
.TP
ee site [ create | delete | enable | disable | list | listall | show ]
.br .br
.SH DESCRIPTION .SH DESCRIPTION
EasyEngine (EE) is a shell script to help site administrators manage nginx-based websites. 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.
.br .br
.SH OPTIONS .SH OPTIONS
.TP .TP
.B create .B create
.br .br
Create HTML, PHP and WordPress Websites Create HTML, PHP and Wordpress website.
.br
.TP .TP
.B delete .B delete
.br .br
Delete HTML, PHP and WordPress Websites Delete HTML, PHP and WordPress website.
.TP .TP
.B disable .B enable
.br .br
Disable Website Enable website.
.TP .TP
.B enable .B disable
.br .br
Enable Website Disable website.
.TP .TP
.B list .B list
.br .br
List Enabled Websites List all the enabled websites.
.TP .TP
.B listall .B listall
.br .br
List All Websites List all websites.
.TP .TP
.B show .B show
.br .br
Show Nginx Configuration For Website Show Nginx configuration for website.
.TP .TP
.B info .B info
.br .br
Information About Nginx And PHP Information about Nginx and PHP.
.TP .TP
.B install .B install
.br .br
Install Nginx PHP5 MySQL Postfix System Packages Install Nginx PHP5 MySQL Postfix System Packages.
.TP .TP
.B remove .B remove
.br .br
Remove Nginx PHP5 MySQL Postfix System Packages Remove Nginx PHP5 MySQL Postfix System Packages.
.TP .TP
.B purge .B purge
.br .br
Purge Nginx PHP5 MySQL Postfix System Packages Purge Nginx PHP5 MySQL Postfix System Packages.
.SH EXAMPLES .SH ARGUMENTS
.TP
.B html
.br .br
Please visit: http://rtcamp.com/easyengine/docs/ Create a HTML website.
.P .TP
.SH VERSION .B php
.B ee (EasyEngine)
version 1.0
.SH "SEE ALSO"
.br .br
Create a PHP website.
.TP .TP
EE: .B wp
.I http://rtcamp.com/easyengine
.br .br
Create a Wordpress Website.
.TP .TP
FAQ: .B wpsubdir
.I http://rtcamp.com/easyengine/faq/
.br .br
Create a Wordpress Multisite with Sub Directories Setup.
.TP .TP
DOCS: .B wpsubdomain
.I http://rtcamp.com/easyengine/docs/ .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/>
.SH AUTHOR .SH AUTHOR
.br .br
.B rtCamp Team .B rtCamp Team
@ -86,4 +137,15 @@ DOCS:
.I \<Mitesh.Shah@rtcamp.com\> .I \<Mitesh.Shah@rtcamp.com\>
.br .br
.B Manish .B Manish
.I \<Manish.Songirkar@rtcamp.com\> .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/

Loading…
Cancel
Save