]> source.dussan.org Git - redmine.git/commitdiff
Replaces @public/plugin_assets@ with @public/assets@ in installation docs (#39111).
authorMarius Balteanu <marius.balteanu@zitec.com>
Wed, 7 Feb 2024 20:42:50 +0000 (20:42 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Wed, 7 Feb 2024 20:42:50 +0000 (20:42 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22693 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/INSTALL

index a34b9ca49b863746e206fcab1b4a900f1c4778d7..d0367cf68ef75ca275df5087274bcb8a48f5b248 100644 (file)
@@ -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