mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-18 15:08:12 +00:00
Replaces @public/plugin_assets@ with @public/assets@ in installation docs (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@22693 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a0035ba52a
commit
e46cf51650
@ -65,11 +65,11 @@ The current version of Firefox, Safari, Chrome, Chromium and Microsoft Edge.
|
|||||||
7. Setting up permissions (Windows users have to skip this section)
|
7. Setting up permissions (Windows users have to skip this section)
|
||||||
|
|
||||||
The user who runs Redmine must have write permission on the following
|
The user who runs Redmine must have write permission on the following
|
||||||
subdirectories: files, log, tmp & public/plugin_assets.
|
subdirectories: files, log, tmp & public/assets.
|
||||||
|
|
||||||
Assuming you run Redmine with a user named "redmine":
|
Assuming you run Redmine with a user named "redmine":
|
||||||
sudo chown -R redmine:redmine files log tmp public/plugin_assets
|
sudo chown -R redmine:redmine files log tmp public/assets
|
||||||
sudo chmod -R 755 files log tmp public/plugin_assets
|
sudo chmod -R 755 files log tmp public/assets
|
||||||
|
|
||||||
8. Test the installation by running the Puma web server
|
8. Test the installation by running the Puma web server
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user