General discussion of OpenCATS

Moderators: RussH, cptr13

Forum rules: Just remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but keep comments directed to the topic at hand.
By Dave
#1679
Hi,

I have openCATS installed on CentOS and would like to move the 'attachments' directory so it is located on another disk. Can I change the path in openCATS, so instead of using the default /var/www/html/cats/attachments it points to /data/cats/attachments?

Many thanks for you help!

Dave
By Dave
#1680
I managed to move the attachments directory by using symbolic links.

First I deleted the attachments directory, which is created by default during the install (/var/www/html/cats/attachments).

I then changed to the /var/www/html/cats/ directory, from there I created a symlink.
Code: Select all
ln -s /data/cats/attachments attachments
:mrgreen:

Thanks
opencats Installation

Hello, What is the best web host to use for ope[…]

Best Install Platform

I was trying docker setup, initially tried getting[…]

Install questions

https://gbwhata.net/ is a modified version of th[…]

Information of devellopement

Hi Russ , are there any updates on the development[…]