On 15 Dec 2006, at 5:38, TS Snively wrote: > I've got lighttpd configured and running. > Ruby appears to be running fine (dispatch.fcgi is > showing a PID) > MySQl tables appear to have been created properly > using the db_schema_import command. > > But I can't see Tracks anywhere. There were comments > on previous install notes re: adding the > "bin-environment" variable to the tracks.conf > (vhost) file. But TextDrive appears to have changed > the structure of that file since the instructions were > written.
I'm not quite sure what you mean when you say you can't see Tracks: do you mean that when you visit the URL (http://yourdomain.com/login/ or http://yourdomain.com:yourport/login/ if you haven't set up the proxy yet)? If you've set up everything else as in the instructions, you should just be able to run rails.sh (see <http:// support.textdrive.com/index.php?pg=kb.page&id=271>) and visit the URL to see the Tracks interface. I assume that you have done that if dispatch.fcgi is running. As for the bin-environment variable, that's no longer needed because the correct Rails environment is set in rails.sh, line 8: RAILS_ENV=production /usr/local/bin/spawn-fcgi -f /users/home/$USER/ web/public/dispatch.fcgi -s /users/home/$USER/var/run/APPNAME-0.socket If you're getting some kind of error when you visit the Tracks URL, let us know what it is, and also check log/development.log and log/ production.log to see if there's anything illuminating there. cheers, bsag -- but she's a girl - the weblog of a female geek http://www.rousette.org.uk [EMAIL PROTECTED] _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
