Default Storage Location

Hi, this is probably a very new guy question, but can you tell me if there is a configuration setting to direct the saving of files to another location other than, /var/www/html/files/original. My hope is to direct the storage to my USB device at /media/usb.

Thanks...
Mike

One option is to make files/original or all of files/ a symlink to your USB device.

Otherwise, you can change the storage path in your application/config/config.ini, with a storage.adapterOptions.localDir line. Note, Omeka expects to be able to create web-accessible links to those files. You can set the webDir in addition to the localDir to change what URL Omeka will use to generate those links.

Should have thought about symlink... that worked perfect! Thanks!