Update docs/en/00_Getting_Started/00_Server_Requirements.md

Co-Authored-By: Garion Herman <garion@silverstripe.com>
This commit is contained in:
Ingo Schommer 2019-09-04 15:31:24 +12:00 committed by GitHub
parent ccb4118e74
commit ab09e151a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ and [Developer Guides: File Security](/developer_guides/files/file_security) for
SilverStripe is a modular system, with modules installed and updated
via the `composer` PHP dependency manager. These are usually stored in `vendor/`,
outside of the `public/` webroot. Since many modules rely on serving frontend assets
such as CSS files or images, these are pulled over to the `public/` folder automatically.
such as CSS files or images, these are mapped over to the `public/_resources/` folder automatically.
If the filesystem supports it, this is achieved through symlinks.
Depending on your hosting and deployment mechanisms,
you might want to enforce copying files instead.