mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
installation part 1
This commit is contained in:
@@ -26,8 +26,8 @@ assign your required value.
|
||||
"owncloud/directory/data", "/var/lib/owncloud", "Specifies where the file storage will be placed", "2012.0.1"
|
||||
"owncloud/db/name", "owncloud", "Name of the MySQL database. ownCloud will create an own user for it.", 2012.0.1
|
||||
"owncloud/user/quota", "(empty)", "The default quota, when a user is being added. Assign values in human readable strings, e.g. “2 GB”. Unlimited if empty.", 2012.0.1
|
||||
"owncloud/user/enabled", 0, "Wether a new user is allowed to use ownCloud by default.", 2012.0.1
|
||||
"owncloud/group/enabled", "0", "Wether a new group is allowed to be used in ownCloud by default.", 2012.4.0.4
|
||||
"owncloud/user/enabled", 0, "Whether a new user is allowed to use ownCloud by default.", 2012.0.1
|
||||
"owncloud/group/enabled", "0", "Whether a new group is allowed to be used in ownCloud by default.", 2012.4.0.4
|
||||
"owncloud/ldap/base/users", "cn=users,$ldap_base", "The users-subtree in the LDAP directory. If left blank it will fall back to the LDAP base.", 2012.4.0.4
|
||||
"owncloud/ldap/base/groups", "cn=groups,$ldap_base", "The groups-subtree in the LDAP directory. If left blank it will fall back to the LDAP base.", 2012.4.0.4
|
||||
"owncloud/ldap/groupMemberAssoc", "uniqueMember", "The LDAP attribute showing the group-member relationship. Possible values: uniqueMember, memberUid and member", 2012.4.0.4
|
||||
|
||||
@@ -24,7 +24,7 @@ Enabling SSL is not yet covered by this section.
|
||||
|
||||
There are 4 primary steps to the installation, and then a 5th step
|
||||
required for configuring everything to allow files larger than the
|
||||
default 2MB.
|
||||
default 2 MB.
|
||||
|
||||
#. Install IIS with CGI support – enable IIS on your Windows machine.
|
||||
#. Install PHP – Grab, download and install PHP.
|
||||
@@ -255,7 +255,7 @@ There are other changes you can make, such as the timeout duration for
|
||||
uploads, but for now you should be all set in the **PHP.ini** file.
|
||||
|
||||
Now you have to go back to IIS manager and make one last change to enable file
|
||||
uploads on the web server larger than 30MB.
|
||||
uploads on the web server larger than 30 MB.
|
||||
|
||||
1. Go to the start menu, and type **iis manager**.
|
||||
2. Open IIS Manager Select the website you want enable to accept large file
|
||||
|
||||
Reference in New Issue
Block a user