snaps

information

Setting up snaps

Things that need to be installed:

  • Rails 1.1.2
  • RMagick
  • MySQL

Things that need to be done for snaps to work properly:

  • Configure permissions and files accessed correctly according to the permissions below
    touch log/production.log log/fastcgi.crash.log
    chmod 666 log/production.log log/fastcgi.crash.log
    chmod 777 tmp/* public/submissions public/avatars public/themes test/uploads
    
  • Make sure that if the base of the rails install is not at the root of the URL, that either the webserver rewrites the base (strips whatever needs to be stripped to fool rails) or that rails is aware of this change using that funky config.