Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Installing without write permissions? Anyone done it?
tmcw
New
All right, I'm thinking about setting up two installations of Vanilla on a college-related website and here's the problem: I don't have write permissions. I know, you can change them. I can't - the system is set up so that there is no way that one can get write permissions on any file anywhere in the filesystem. It's a ridiculous restriction, but that's what the higher-ups probably asked for, and what the techies had to do.
So has anyone gone through the install process without having write permissions? Will I need to rewrite the installer to output text and then write the file? Will there be problems after installation? Thanks,
Tom
So has anyone gone through the install process without having write permissions? Will I need to rewrite the installer to output text and then write the file? Will there be problems after installation? Thanks,
Tom
0
Comments
many aspects of vanilla require write settings. mostly the admin functions, as all of those settings are stored in the conf/ directory.
I would like to see if you can do it, but it would be a pain to manage. I am sure it would run though, if you did it all by hand.
You won't be able to change most of the setting on the live forum.
So you can write a script to create the directories, make sure your root directory is set to 777, run your script, which will create those directories, then chmod your root directory back to 755. It appears to work flawlessly, including having the ability to change configuration on the fly.