Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a directory in which to store your media in /local/webroot/, for example /local/webroot/media.
  2. Create a symlink to the directory within /app/webroot to allow the webserver to serve these files

    Code Block
    languagebash
    titleAdd Symlink from within /app/webroot
    cd app/webroot
    ln -s ../../../local/webroot/media


  3. Ensure that /local/webroot/media is and files therein are owned by the web server user (e.g. apache)
  4. Place any files you wish in /local/webroot/media and they can be accessed at /media/filename. These can now be used with any COmanage content that can reference such files, such as Themes or Service Logos.