mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
fix some typos
This commit is contained in:
parent
e913a657af
commit
a9224b0070
|
@ -2,13 +2,13 @@ Running one of the scripts
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Scripts in this folder are ment to be called on the command line by
|
Scripts in this folder are ment to be called on the command line by
|
||||||
either executing one of the shell wrappers 'seeddms-*' or by calling
|
either executing one of the shell wrappers `seeddms-*` or by calling
|
||||||
'php -f <scriptname> -- <script options>'.
|
`php -f <scriptname> -- <script options>`.
|
||||||
If you run the adddoc.php script make sure to run in with the permissions
|
If you run the adddoc.php script make sure to run it with the permissions
|
||||||
of the user running your web server. I will copy files right into
|
of the user running your web server. It will copy files right into
|
||||||
your content directory of your SeedDMS installation. Don't do this
|
your content directory of your SeedDMS installation. Don't do this
|
||||||
as root because you will most likely not be able to remove those documents
|
as root because you will most likely not be able to remove those documents
|
||||||
from the web gui. If this happens by accident, you will still be able
|
via the web gui. If this happens by accident, you will still be able
|
||||||
to fix it manually by setting the propper file permissions for the document
|
to fix it manually by setting the propper file permissions for the document
|
||||||
just created in your content directory. Just change the owner of the
|
just created in your content directory. Just change the owner of the
|
||||||
document folder and its content to the user running the web server.
|
document folder and its content to the user running the web server.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user