Skip to content

Commit 6474bf7

Browse files
committed
Man Pages For EasyEngine
1 parent e92b639 commit 6474bf7

File tree

1 file changed

+93
-31
lines changed

1 file changed

+93
-31
lines changed

man/ee.8

Lines changed: 93 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,133 @@
1-
.TH EE 8 "v\ 1.0" "Thu, September 26, 2013" "EasyEngine"
1+
.TH ee 8 "easyengine version: 1.0.0" "September 30, 2013" "easyengine"
22
.SH NAME
33
.B ee
44
\- Manage Nginx Based Websites.
55
.SH SYNOPSIS
6-
ee help
6+
ee [ -h | help | --help ]
77
.TP
8-
ee site [ create | delete | disable | enable | list | listall | show ]
8+
ee [ -v | version | --version]
99
.TP
1010
ee system [ info| install | remove | purge ]
11+
.TP
12+
ee site [ create | delete | enable | disable | list | listall | show ]
1113
.br
1214
.SH DESCRIPTION
13-
EasyEngine (EE) is a shell script to help site administrators manage nginx-based websites.
15+
EasyEngine (EE) is a linux shell-script to manage your wordpress-Nginx websites on an Ubuntu server.
16+
.br
17+
After ee kindly press tab key to view all arguments.
1418
.br
1519
.SH OPTIONS
1620
.TP
1721
.B create
1822
.br
19-
Create HTML, PHP and WordPress Websites
23+
Create HTML, PHP and Wordpress website.
24+
.br
2025
.TP
2126
.B delete
2227
.br
23-
Delete HTML, PHP and WordPress Websites
28+
Delete HTML, PHP and WordPress website.
2429
.TP
25-
.B disable
30+
.B enable
2631
.br
27-
Disable Website
32+
Enable website.
2833
.TP
29-
.B enable
34+
.B disable
3035
.br
31-
Enable Website
36+
Disable website.
3237
.TP
3338
.B list
3439
.br
35-
List Enabled Websites
40+
List all the enabled websites.
3641
.TP
3742
.B listall
3843
.br
39-
List All Websites
44+
List all websites.
4045
.TP
4146
.B show
4247
.br
43-
Show Nginx Configuration For Website
48+
Show Nginx configuration for website.
4449
.TP
4550
.B info
4651
.br
47-
Information About Nginx And PHP
52+
Information about Nginx and PHP.
4853
.TP
4954
.B install
5055
.br
51-
Install Nginx PHP5 MySQL Postfix System Packages
56+
Install Nginx PHP5 MySQL Postfix System Packages.
5257
.TP
5358
.B remove
5459
.br
55-
Remove Nginx PHP5 MySQL Postfix System Packages
60+
Remove Nginx PHP5 MySQL Postfix System Packages.
5661
.TP
5762
.B purge
5863
.br
59-
Purge Nginx PHP5 MySQL Postfix System Packages
60-
.SH EXAMPLES
64+
Purge Nginx PHP5 MySQL Postfix System Packages.
65+
.SH ARGUMENTS
66+
.TP
67+
.B html
6168
.br
62-
Please visit: http://rtcamp.com/easyengine/docs/
63-
.P
64-
.SH VERSION
65-
.B ee (EasyEngine)
66-
version 1.0
67-
.SH "SEE ALSO"
69+
Create a HTML website.
70+
.TP
71+
.B php
6872
.br
73+
Create a PHP website.
6974
.TP
70-
EE:
71-
.I http://rtcamp.com/easyengine
75+
.B wp
7276
.br
77+
Create a Wordpress Website.
7378
.TP
74-
FAQ:
75-
.I http://rtcamp.com/easyengine/faq/
79+
.B wpsubdir
7680
.br
81+
Create a Wordpress Multisite with Sub Directories Setup.
7782
.TP
78-
DOCS:
79-
.I http://rtcamp.com/easyengine/docs/
83+
.B wpsubdomain
84+
.br
85+
Create a Wordpress Multisite with Sub Domains Setup.
86+
.br
87+
.TP
88+
.B all
89+
.br
90+
If uses with ee system, its install, remove or purge Nginx PHP5 MySQL Postfix System Packages.
91+
.br
92+
If uses with ee site delete, its delete Database, Webroot and Nginx configuration.
93+
.br
94+
.TP
95+
.B db
96+
.br
97+
Delete website database.
98+
.br
99+
.TP
100+
.B files
101+
.br
102+
Delete website webroot.
103+
.br
104+
.SH WORDPRESS CACHING OPTIONS
105+
.br
106+
.TP
107+
.B basic
108+
.br
109+
Create WordPress website without cache.
110+
.br
111+
.TP
112+
.B w3tc
113+
.br
114+
Install and activate Nginx-helper and W3 Total Cache plugin.
115+
.br
116+
.TP
117+
.B wpsc
118+
.br
119+
Install and activate Nginx-helper and WP Super Cache plugin.
120+
.br
121+
.TP
122+
.B wpfc
123+
.br
124+
Install and activate Nginx-helper and W3 Total Cache plugin with Nginx FastCGI cache.
125+
.br
126+
.SH FILES
127+
.br
128+
/etc/easyengine/ee.conf
129+
.SH BUGS
130+
Report bugs at <http://github.com/rtCamp/easyengine/issues/>
80131
.SH AUTHOR
81132
.br
82133
.B rtCamp Team
@@ -86,4 +137,15 @@ DOCS:
86137
87138
.br
88139
.B Manish
89-
140+
141+
.SH "SEE ALSO"
142+
.br
143+
EE:
144+
.I http://rtcamp.com/easyengine
145+
.br
146+
FAQ:
147+
.I http://rtcamp.com/easyengine/faq/
148+
.br
149+
DOCS:
150+
.I http://rtcamp.com/easyengine/docs/
151+

0 commit comments

Comments
 (0)