diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-07 20:42:50 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-02-07 20:42:50 +0000 |
commit | e46cf51650a7e83effaa44cc045c0af409ea9ce9 (patch) | |
tree | 145576c7c899bc9981339183eeca1fc507f1e427 /doc | |
parent | a0035ba52adde8d4ef06c2a6f8b7c5ba0565a257 (diff) | |
download | redmine-e46cf51650a7e83effaa44cc045c0af409ea9ce9.tar.gz redmine-e46cf51650a7e83effaa44cc045c0af409ea9ce9.zip |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index a34b9ca49..d0367cf68 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -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) 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": - sudo chown -R redmine:redmine files log tmp public/plugin_assets - sudo chmod -R 755 files log tmp public/plugin_assets + sudo chown -R redmine:redmine files log tmp public/assets + sudo chmod -R 755 files log tmp public/assets 8. Test the installation by running the Puma web server |