You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,17 @@ ols1clk can be run in the following way:
15
15
When run with no options, ols1clk will install OpenLiteSpeed with the default settings and values.
16
16
17
17
####Possible Options:
18
-
***-a**, **--adminpassword ADMINPASSWORD:** used to set the webAdmin password for OpenLiteSpeed.
18
+
***-a**, **--adminpassword [-- webAdminPassword]:** used to set the webAdmin password for OpenLiteSpeed instead of a random one.
19
+
* If you omit **[-- webAdminPassword]**, ols1clk will prompt you to provide this password during installation.
19
20
***-e**, **--email EMAIL:** to set the email of the administrator.
20
21
***-w**, **--wordpress:** set to install and setup wordpress.
21
22
***--wordpresspath WORDPRESSPATH:** to use an existing wordpress installation instead of a new wordpress install.
22
-
***-r**, **--rootpassworddb ROOTPASSWORD:** to set the mysql server root password.
23
+
***-r**, **--rootpassworddb [-- mysqlRootPassword]:** to set the mysql server root password instead of using a random one.
24
+
* If you omit **[-- mysqlRootPassword]**, ols1clk will prompt you to provide this password during installation.
23
25
***-d**, **--databasename DATABASENAME:** to set the database name to be used by wordpress.
24
26
***-u**, **--usernamedb DBUSERNAME:** to set the username of wordpress in mysql.
25
-
***-p**, **--passworddb DBPASSWORD:** to set the password of wordpress in mysql.
27
+
***-p**, **--passworddb [-- databasePassword]:** to set the password of wordpress in mysql instead of using a random one.
28
+
* If you omit **[-- databasePassword]**, ols1clk will prompt you to provide this password during installation.
26
29
***-l**, **--listenport WORDPRESSPORT:** to set the listener port, default is 80.
27
30
***--uninstall:** to uninstall OpenLiteSpeed and remove installation directory
28
31
***--purgeall:** to uninstall OpenLiteSpeed, remove installation directory, and purge all data in mysql.
@@ -33,4 +36,3 @@ Get in Touch
33
36
34
37
OpenLiteSpeed has a [Google Group](https://groups.google.com/forum/#!forum/openlitespeed-development). If you find a bug, want to request new features, or just want to talk about OpenLiteSpeed, this is the place to do it.
0 commit comments