Lord Bodak
August 19th, 2006, 09:49 PM
Anyone tried using Radiant CMS here?
I've been messing with it and it took an interesting concoction to get it working.
I had to:
Copy the .htaccess, dispatch.rb, dispatch.cgi, dispatch.fcgi from a project generated with ocs-install-rails (not too surprising)
Give 777 permissions to the cache/, db/, and /tmp/sessions/ directories
Give 666 permissions to the files in cache/ and db/
After doing that, everything works, but being on a shared host I certainly don't want to have a bunch of files world-writable. I'm assuming the problem is due to Apache running as a different user than myself, but I'm not sure what the solution is.
In addition, if I change .htaccess to run dispatch.fcgi instead of dispatch.cgi, I get an error that the database could not be opened (it's SQLite).
Learning a little bit at a time here :)
--Mike
I've been messing with it and it took an interesting concoction to get it working.
I had to:
Copy the .htaccess, dispatch.rb, dispatch.cgi, dispatch.fcgi from a project generated with ocs-install-rails (not too surprising)
Give 777 permissions to the cache/, db/, and /tmp/sessions/ directories
Give 666 permissions to the files in cache/ and db/
After doing that, everything works, but being on a shared host I certainly don't want to have a bunch of files world-writable. I'm assuming the problem is due to Apache running as a different user than myself, but I'm not sure what the solution is.
In addition, if I change .htaccess to run dispatch.fcgi instead of dispatch.cgi, I get an error that the database could not be opened (it's SQLite).
Learning a little bit at a time here :)
--Mike