0
votes
0answers
10 views
Getting Django and Subversion to work together on Dreamhost
Does anyone know how to get Django and Subversion to work together on Dreamhost?
I've been following this tutorial to install Django (which uses Passenger WSGI):
http://wiki.dream …
0
votes
3answers
35 views
[PHP] When using system to zip a directory lots of output is shown
I'm trying to write a script that allows an admin of a photo uploading system download all their photos at once.
Currently I am using
system('zip -r '.$_SERVER['DOCUMENT_ROOT'].' …
0
votes
2answers
77 views
How do I migrate a newer SVN repository to an older version?
I created a local repository using tortoiseSVN a while back.
Now I would like to migrate the repository to my DreamHost account.
I moved the files over but it seems that DreamHost …
0
votes
3answers
99 views
Met a problem when runnning in dreamhost, django + mysql, can someone help look?
ProgrammingError at /account/register/
(1110, "Column 'about' specified twice")Request Method: POST
Request URL: http:
Exception Type: ProgrammingError
Exception Value: (1110, " …
1
vote
1answer
47 views
How do I adjust the Wordpress URL handling to ignore certain directories?
I'm using Dreamhost's WordPress, Subversion, and Trac installations. My Subversion repositories are all in /repos/[projectname] and my Trac installations are all in /trac/[projectn …
1
vote
3answers
149 views
Problem connecting to svn (400: Bad Request)
Hi all,
Summary:
I'm having some svn trouble, and after "debugging" it for a while, I'm not sure where to go from here. I figure someone else might have run into this problem befo …
0
votes
3answers
146 views
Hosting Help- Custom Gems on DreamHost
I am attempting to deploy a RoR app using Passenger onto my DreamHost hosting account, but am having trouble getting it up and running.
My application requires two custom gems 'am …
0
votes
2answers
206 views
Ruby on Rails application could not be started
I put my first Rails app online on Dreamhost, but I keep getting "Ruby on Rails application could not be started" (you can see it directly).
Then running rake exiftool process see …
0
votes
2answers
156 views
Ruby on Rails - Basic Controller Setup on Dreamhost
I'm working my way through Agile Web Development with Rails and am running into this problem on a shared system (Dreamhost).
[******]$ ruby script/generate controller Say
Rails r …
0
votes
2answers
53 views
Calling Rubygem tmail from Dreamhost CRONjob
I have a cron job to run a Ruby script, which runs fine on the command line (from user "user"), but the cron fails because it cannot find a ruby gem TMail. I manually installed the …
0
votes
2answers
351 views
How to use Zend_Mail_Transport_Smtp with hosted Google Apps?
So I'm under the impression that bad things will happen if I don't use Zend_Mail_Transport_Smtp when sending lots of emails. Problem is...I can't figure out how to set it up. I hos …
0
votes
1answer
121 views
I cannot use passenger for my ruby on rails application on dreamhost.
I want to do some programming in ruby on rails on my Dreamhost server, so I connected via ssh and created a small application. Then I started the server and it worked. The problem …
1
vote
2answers
90 views
why is my first RoR app on Dreamhost running so slow?
I've got my first RoR app deployed to Dreamhost and it's using Passenger. The one note on Dreamhost's wiki about slow response mentioned changing a RewriteRules line in the public/ …
0
votes
1answer
50 views
what is the right version of django and mysqldb to go with dreamhost?
i am builing website on dreamhost. but found some version of python,django,mysqldb need to be bounded together. real life experience.
1
vote
2answers
202 views
Git / Rails / Shared Hosting (Dreamhost) workflow
This is primarily a question about effective Git usage. I should first say I'm not an expert in Rails (at least in a production sense) and definitely a Git newbie, however, I have …
