Directories - write permissions
Permalink
When you install concrete it checks a number of folders and files for write permissions etc. When moving to a new server, what files and folders should be checked? I don't recall.
/files, /packages should recursively be read/write/execute, sitemap.xml should be read/write and /concrete/libraries/3rdparty/htmldiff.py should be executable. I think that's all of them.
In terms of writeable is that writeable for world and domain or for what. I did need to change cache (under files) to be 777 it get it to work.
-----Original Message-----
From: Concrete5 Community [mailto:discussions@concretecms.com]
Sent: Wednesday, May 25, 2011 12:48 PM
To: pauls@studio5d.com
Subject: Directories - write permissions: Directories - write permissions
-----Original Message-----
From: Concrete5 Community [mailto:discussions@concretecms.com]
Sent: Wednesday, May 25, 2011 12:48 PM
To: pauls@studio5d.com
Subject: Directories - write permissions: Directories - write permissions
That depends on your server configuration. Writeable as in whatever user your Apache server runs under needs write permission. Does not have to be world write. I almost forgot, the /updates directory needs to be writable also. Example:
drwxr-xr-x. 2 webadmin webadmin 4096 Apr 4 08:07 blocks lrwxrwxrwx. 1 root root 26 May 25 12:35 concrete -> /usr/share/concrete5.4.1.1 -rw-r--r--. 1 webadmin webadmin 9780951 Feb 9 20:17 concrete5.4.1.1.zip drwxrwxr--. 2 webadmin apache 4096 Feb 9 20:36 config drwxr-xr-x. 2 webadmin webadmin 4096 Nov 19 2010 controllers drwxr-xr-x. 2 webadmin webadmin 4096 Nov 19 2010 css drwxr-xr-x. 2 webadmin webadmin 4096 Nov 19 2010 elements drwxrwxr--. 39 webadmin apache 4096 May 25 12:53 files drwxr-xr-x. 2 webadmin webadmin 4096 Nov 19 2010 helpers -rw-r--r--. 1 webadmin webadmin 42 Nov 19 2010 index.php -rw-r--r--. 1 webadmin webadmin 2073 Jun 23 2010 INSTALL drwxr-xr-x. 2 webadmin webadmin 4096 Nov 19 2010 jobs drwxr-xr-x. 2 webadmin webadmin 4096 Nov 19 2010 js drwxr-xr-x. 2 webadmin webadmin 4096 Nov 19 2010 languages drwxr-xr-x. 2 webadmin webadmin 4096 Nov 19 2010 libraries
Viewing 15 lines of 25 lines. View entire code block.