How to Change the Document Storage Folder

By default, documents are stored in the “openbeeportal/data/Documents” folder of the Open Bee™ Portal installation folder.

This folder can be edited as follows:

Moving Existing Documents

Your existing documents must first be moved from the default location to the new location

Changing the configuration

Version 6

As an administrator, log in to http(s)://IP:PORT/administration/config

Change the “storagePath” parameter and back up.

Version 5

The document storage path is defined in the config/app.yml file. Change the value of the storagePath parameter

nano config/app.yml
  document:
    storagePath: '%SF_ROOT_DIR%/data/Documents'

Then clear the cache:

php symfony cc