Tagged Questions
The dreamhost tag has no wiki summary.
18
votes
7answers
5k views
How to deploy node.js?
What is the best way to deploy node.js? I have a Dreamhost VPS (thats what they call a vm) and I have been able to install node.js and setup a proxy. This works great as long as I keep the ssh ...
16
votes
7answers
6k views
Rails 3 on dreamhost?
I'd like to deploy a small Rails 3 app on dreamhost (just for testing purposes, nothing serious) and I am wondering if anyone has done it already... Please choose one of the following:
I did it and ...
15
votes
7answers
3k views
Phusion Passenger Error: You have activated rack 1.2.1, but your Gemfile requires rack 1.2.2
I'm trying to run a Ruby on Rails app on a Dreamhost shared server. All is well so far except one weird bug I have not been able to unravel.
Sometimes when I visit the web app, I get presented with a ...
11
votes
8answers
3k views
Google Groups alternative
I'd like to be able to have Google groups functionality on my site. Meaning having the ability for people to email each other, with the emails posting to my site, in a threaded manner.
Though I'm ...
11
votes
3answers
3k views
Rails app randomly crashes with error “Premature end of script headers”
I am hosting a Ruby on Rails 2.0.2 application on DreamHost. It is on an Apache 2 server, running on top of Phusion Passenger.
The application often returns a 500 error "Rails application failed to ...
10
votes
4answers
2k views
Leaving Github, how to change the origin of a Git repo?
I'm hosting a project in Github, but now I purchased a plan with Dreamhost that includes shell access and Git.
Github [Origin]
/ \
pull/ \pull
/push push\
...
9
votes
5answers
4k views
Get country location of an IP with native PHP
Read on before you say this is a duplicate, it's not. (as far as I could see)
I want to get the county code in php from the client.
Yes I know you can do this using external sites or with the likes ...
8
votes
4answers
349 views
installing Radiant on DreamHost
I am attempting to install Radiant on DreamHost, and when I get to the point where I do this:
radiant mysitename
It starts to install, then I get this error
...
7
votes
9answers
13k views
Bypassing rack version error using Rails 2.3.5
I'm currently on Dreamhost attempting to run a Rails 2.3.5 app.
Here is the situation, Dreamhost's servers have Rails 2.2.2 installed. Of course, I can't update a shared host's rails version, so I ...
7
votes
1answer
1k views
What's the difference between Rack and Passenger?
I'm trying to deploy a Sinatra app to Dreamhost and it says the following:
Since DH supports Passenger, which in
turn supports Rack-based ruby
applications, DH does indeed support
Sinatra.
...
6
votes
2answers
631 views
Script to install and compile Python, Django, Virtualenv, Mercurial, Git, LessCSS, etc… on Dreamhost
The Story
After cleaning up my Dreamhost shared server's home folder from all the cruft accumulated over time, I decided to start afresh and compile/reinstall Python.
All tutorials and snippets I ...
6
votes
1answer
4k 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 am using Google Apps ...
6
votes
5answers
4k views
Deploying Django at Dreamhost
I'm trying to get the Poll tutorial working at my Dreamhost account (I don't have any prior experience of deploying Django). I downloaded the script I found here ...
5
votes
1answer
531 views
Deploying Ruby on rails on Deamhost fails
I'm trying to deploy a simple Ruby on Rails app to dreamhost but I'm getting an error related to the bundle command. Here is the error:
servers: ["bullseye.dreamhost.com"]
...
5
votes
4answers
932 views
Unpacking gems [Rails 2.3.5]
I have the following gems defined in my environment.rb file:
config.gem "authlogic"
config.gem "paperclip"
config.gem "pauldix-feedzirra", :lib => "feedzirra", :source => ...
5
votes
3answers
9k views
Subdomain on different host [closed]
I'm trying to host a subdomain for my site with a different hosting company and I'm running into issues on how to set it up.
Here are the specifics:
- Domain is registered with GoDaddy.
- ...
4
votes
1answer
452 views
Getting Rails to display development style errors in production
I deployed a Rails 3.0.3 app to my production server and it's giving me a 500 error.
This is being deployed on Dreamhost, so I looked in the logs for my domain and there is nothing and the logs for my ...
4
votes
1answer
2k views
Rack Error with DreamHost, Passenger, and Rails 3.0.0.rc
Background: I have viewed this question as well as this one - sadly, to no avail.
Error Message (Passenger): You have already activated rack 1.1.0, but your Gemfile requires rack 1.2.1. Consider ...
4
votes
6answers
11k views
No such file to load bundler error for Rails 3
I have a Rails 3 app ready for staging.
I haven't got a VPS host set up yet. As I was planning to have everything on shared host for the first few months.
Problem:
cd myapp
bundle check
result:
...
4
votes
4answers
362 views
Handling Incoming Mail to Multiple Recipients in PHP
Alright, this may take a moment or two to explain:
I'm working on creating an Email<>SMS Bridge (like Teleflip). I have a few set parameters to work in:
Dreamhost Webhosting
PHP 5 (without ...
4
votes
1answer
3k views
How to deploy a Rails app to Dreamhost?
I'm kind of lost, I try to deploy my application on a shared dreamhost server.
Now everything works fine locally. It's my first try at Rails, and I'm not really a programmer or sysadmin, just hacking ...
4
votes
1answer
3k views
Django with Passenger
I'm trying to get a trivial Django project working with Passenger on Dreamhost, following the instructions here
I've set up the directories exactly as in that tutorial, and ensured that django is ...
4
votes
4answers
607 views
Including ~/opt/lib libraries in a Passenger Rails App
I'm having trouble getting a rails app on Dreamhost's Passenger to see compiled libraries in my ~/opt/lib directory. I have to put them here because I don't have root access.
I can boot up my app ...
3
votes
2answers
2k views
Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
My website has been broken since Dreamhost upgraded their servers a couple of weeks ago. I have been tearing my hair out trying to get it fixed and made some progress but am stuck on what is hopefully ...
3
votes
2answers
368 views
Rails 3: Image streaming error: “The image … cannot be displayed because it contains errors”
The log says:
Started GET "/assets/2/thumb" for 110.174.88.80 at Fri Jul 01 20:11:35 -0700 2011
Processing by AssetsController#show as HTML
Parameters: {"id"=>"2", "style"=>"thumb"}
...
3
votes
1answer
506 views
What should be done when deploying Rails 3 application?
I would like to deploy my Rails 3 application. I use DreamHost.
My question is what changes should I do to my application before deploying it.
I mean should I change RAILS_ENV to production ...
3
votes
1answer
1k views
Bundle install failing when deploying a Rails 3 app to Dreamhost with Capistrano
I am trying to deploy a locally working Rails 3 app to Dreamhost with Capistrano.
When I run 'cap deploy -v' in my local app root I get so far before it chokes on 'bundle install'. The following is ...
3
votes
2answers
1k views
Passenger error message I can't figure out
I am testing Rails 3 on DreamHost which just installed Rails 3.
I created a simple controller and it failed.
Browser shows 500 error (Internal Server Error) and the log shows the following message.
...
3
votes
4answers
319 views
Django on Dreamhost with Passenger: no response to browsers, no error
I'm trying to get some trivial Django to run on my dreamhost account. I did do my homework before choosing Dreamhost, but only recently decided to try Django.
Anyhow, I have a trivial app that I want ...
3
votes
3answers
462 views
Is there a way to limit the amount of memory that “git gc” uses?
I'm hosting a git repo on a shared host. My repo necessarily has a couple of very large files in it, and every time I try to run "git gc" on the repo now, my process gets killed by the shared hosting ...
3
votes
3answers
1k views
Using Google App Engine With My Dreamhost Registered Domain
I have registered a domain example.com using dreamhost, and currently have a standard wordpress blog set up on www.example.com. I'd like to have appengine.example.com point to my Google Appengine ...
3
votes
1answer
1k views
How do I enable gzip on Dreamhost?
I would like to compress all css and js on my Dreamhost site, I have found suggestions on the web but none of them work. Does anyone have a working example of gzip running on a Dreamhost site?
3
votes
3answers
1k views
Why is this line breaking Rails with Passenger on DreamHost?
Ok, so I have a Rails app set up on DreamHost and I had it working a while ago and now it's broken. I don't know a lot about deployment environments or anything like that so please forgive my ...
3
votes
5answers
6k views
Upgrade Subversion 1.4.3 to 1.5.2 on Debian (hosted account)
I'm trying to upgrade my subversion server (I have it hosted with Dreamhost)
This is what I run:
wget http://subversion.tigris.org/downloads/subversion-1.5.2.tar.bz2
wget ...
2
votes
0answers
95 views
Trying to test app on VPS at Dreamhost
I'm pulling out my hair trying to fire up a simple app on a VPS at DH.
Step 1: Created the test app
$ rails new test app
Step 2: Modified config/environment.rb:
require ...
2
votes
2answers
233 views
Server Setup - From dreamhost to what?
I've been using DreamHost for a long time - mostly for blogs and such.
But now that I'm developing web apps, I think it's time to switch. One reason is that DreamHost limits the number of emails I ...
2
votes
1answer
402 views
passenger_wsgi.py on dreamhost to get pylons working
This is what I found that in theory should work from git hub.com passenger-pylons-wsgi-example
import os, sys ...
2
votes
4answers
92 views
How can I improve the performance of this query?
Recently I had this question, and everything worked properly until I sent it to my server at DreamHost.
The query bellow seems to take too long to execute and I can't figure out why so many rows are ...
2
votes
1answer
2k views
Setting Access-Control-Allow-Origin in Dreamhost possible?
Just wanted a confirmation for this: Firefox currently doesn't play well for picking custom fonts through a sub-domain via the font-face tag. Other browsers do this without any problems.
A little ...
2
votes
1answer
367 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/[projectname]. I also have ...
2
votes
3answers
2k views
Problem connecting to svn (400: Bad Request)
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 before.
The problem appears to be ...
2
votes
3answers
1k 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 had some experience ...
2
votes
8answers
658 views
How do I set up a basic website with registration in Python on Dreamhost?
I need to write a basic website on Dreamhost. It needs to be done in Python.
I discovered Dreamhost permits me to write .py files, and read them.
Example:
#!/usr/bin/python
print "Content-type: ...
2
votes
1answer
581 views
Problem with Python modules
I'm uploading my first Django app to my Dreamhost server. My app uses xlwt package and since I can't install it in the default location ( /usr/lib/python2.3/site-packages/xlwt ), I installed it on ...
1
vote
1answer
44 views
Why did I have to upload my private key to my server to get Capistrano to work with GitHub?
From what I've read, including this article on GitHub itself, by using ssh agent forwarding, I should not have needed to upload my private id_rsa key to my server in order for Capistrano to connect to ...
1
vote
0answers
71 views
SSH key on dreamhost
I am trying to setup an SSH key pairing with dreamhost and my local machine. I'm using git bash as my terminal (which uses mingw32)
I can ssh myusername@mysharedserver.com and I'm asked for my ...
1
vote
0answers
593 views
Dreamhost SVN Server Error: E175002
I tried googling this but I haven't come up with anything. I set up an SVN server using Dreamhost's system and it said everything was created successfully. But now when I try to import (note that I am ...
1
vote
2answers
241 views
Passenger at Dreamhost throws: “activated rack 1.2.1”
You have already activated rack 1.2.1, but your Gemfile requires rack 1.3.4. Consider using bundle exec.
Passenger throws me this in the Dreamhost. How can i solve?
EDIT:
I asked them to remove the ...
1
vote
1answer
63 views
How to connect windows GIT (SVM) to dreamhost GIT(Repositry)
I am planning to use Git as SCM tool. The repository i am using is Dreamhost.
Can anyone please tell the exact steps i can do to connect the GIT from my local machine(Windows 7) to the GIT on my ...
1
vote
2answers
170 views
Tortoise SVN gives error when committing a large file
I have a couple of large files I'm trying to commit...
512MB, 668MB, 724MB, 928MB, 948MB, 1.97GB, 2.70GB
These are the errors I'm getting
Error: Commit failed (details follow):
Error: PUT of
Error: ...