On 5 Dec 2006, at 19:26, Shecas Snively wrote: > Sorry for posting to the mailing list, but the support > forum wouldn't accept my new topic - failed.
Odd. It should work if you're logged in. Hmm. > Can anyone provide some guidance on installing Tracks > on a TextDrive shared hosting account (using Webmin)? > I know my way around Apache, PHP, etc. and typically > work from the command line using SSH on RedHat and > CentOS boxes, but this is my first Ruby install using > a third-party host as recommended by bsag herself, and > I'm a bit lost. There are official instructions for installing rails apps on TextDrive on the Knowledgebase: <http://help.textdrive.com/index.php?pg=kb.chapter&id=71> It looks like a long process, but that's mostly because the instructions are very detailed. Basically, it's not recommended to run Rails apps using Apache on TextDrive, because CGI mode is too slow, and FCGI doesn't play nicely on a shared host. So you need to run lighttpd, and for that, you need to ask for a port (via the TextDrive ticket system). Once you've got your assigned port, just follow the instructions. It's pretty straightforward, but give me a shout if you have problems. > 3. How do I run commands (e.g. rake migrate) using the > Webmin interface? You can run them via the Run command.. button (don't forget to cd into your tracks directory first), but it's probably easier to ssh to your server and run the command from 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
