Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
8542e6fc
Commit
8542e6fc
authored
Jul 4, 2015
by
Jess
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2314825
by kay_v, jhedstrom: incomplete instructions in INSTALL.txt
parent
134aba99
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/INSTALL.txt
+23
-16
23 additions, 16 deletions
core/INSTALL.txt
with
23 additions
and
16 deletions
core/INSTALL.txt
+
23
−
16
View file @
8542e6fc
...
...
@@ -121,33 +121,40 @@ INSTALLATION
a. Missing files directory.
The install script will attempt to create a file storage directory
in
the default location at sites/default/files (the location of the files
The install script will attempt to create a
public
file storage directory
in
the default location at sites/default/files (the location of the files
directory may be changed after Drupal is installed).
If auto-creation fails, you can make it work by changing permissions on
the sites/default directory so that the web server can create the files
directory within it for you. (If you are creating a multisite
installation, substitute the correct sites directory for sites/default;
see the Multisite Configuration section of this file, below.)
If auto-creation fails, you can create the directory yourself. (If you are
creating a multisite installation, substitute the correct sites directory
for sites/default; see the Multisite Configuration section of this file,
below.) Sample commands from a Unix/Linux command line:
For example, on a Unix/Linux command line, you can grant everyone
mkdir sites/default/files
chmod a+w sites/default/files
Alternatively, you can make the install script work by changing
permissions on the sites/default directory. The web server can then
create the files directory within it for you.
For example, on a Unix/Linux command line, you can you can grant everyone
(including the web server) permission to write to the sites/default
directory with this command:
chmod a+w sites/default
Be sure to set the permissions back after the installation is finished!
Sample command:
Then re-run install.php (e.g. by clicking "try again" at the bottom of
the Requirements problem page. Once the files directory is created, you
will need to grant everyone (including the web server) permission to
write to it with this command:
chmod
go-
w sites/default
chmod
a+
w sites/default
/files
Alternatively, instead of allowing the web server to crea
te the
files
directory for you as described above, you can create it yourself. Sample
commands from a Unix/Linux
command
line
:
Be sure to set the permissions for the default directory back af
te
r
the
installation is finished! (Leave the files directory writeable.)
Sample
command:
mkdir sites/default/files
chmod a+w sites/default/files
chmod go-w sites/default
b. Missing settings file.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment