Questions tagged [dreamhost]

DreamHost is a Los Angeles-based web hosting, public cloud provider and domain name registrar.

DreamHost is a Los Angeles-based hosting, public cloud provider, and domain name registrar.

DreamHost's shared, , and dedicated hosting network consists of Apache, nginx and lighttpd web servers running on the Debian GNU/Linux operating system. Also included are 25+ apps including , Drupal, Joomla and Magento e-commerce along with free certificates, multi-factor authentication, and Whois privacy.

DreamHost Cloud offers cloud computing services and storage, based on and making it compatible with the most popular SDKs and configuration management tools. Its virtual servers are fast, ssh ready in 30 seconds (or less).

DreamHost's Cloud team welcomes contributions to the Cloud Knowledge Base on github and regularly hangs out on IRC freenode #dreamhost.

484 questions
3
votes
3 answers

Rails, Capistrano, and Dreamhost -- Key Verification Failure

I'm trying to setup my Rails app on Dreamhost and I'm at the stage of trying to get Capistrano setup. I have a git server setup on the same server as where I'm deploying. I have my SSH keys setup (I think) -- at least I can SSH in no problem. Both…
Matt Martin
  • 513
  • 2
  • 7
  • 18
3
votes
4 answers

htaccess rule to parse php in html files not working

can't for the life of me work out why this isn't working - on a dreamhost server, I've created an htaccess file and added AddHandler php5-cgi .html .htm to allow php in html files, as per the dreamhost docs. On an identical dreamhost package, I've…
bsod99
  • 1,287
  • 6
  • 16
  • 32
3
votes
0 answers

Rails 3 ActionMailer - Gmail Classifies Message As Spam

My ActionMailer is set up to send an email once a user fills out an application. After upgrading to Rails 3 and ActionMailer, gmail now seems to be classifying the response email as spam. I use google apps for the domain (hosted by dreamhost) and…
3
votes
2 answers

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 File.expand_path('../application', __FILE__) if ENV['RAILS_ENV'] ==…
Jdizzle Foshizzle
  • 314
  • 1
  • 3
  • 18
3
votes
1 answer

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 another location by: python setup.py install…
jävi
3
votes
0 answers

DreamHost's Passenger using wrong path for node

I set up a new subdomain and enabled Passenger, but I am having some trouble getting it to work. I have done this previously, with success, on other domains. Here is all of the seemingly relevant set-up and some sanity checks: [charlotte]$…
3
votes
0 answers

Django unit tests spews database error - cannot commit transaction - SQL statements in progress

I'm using unittest2 together with manage.py test, and before it even seems to run any tests, it spews a horrid database error, as below. I'm in my development environment (actually on a dreamhost server for a variety of reasons), using sqlite as my…
Marcin
  • 48,559
  • 18
  • 128
  • 201
3
votes
1 answer

Trivial Node.js via Passenger on DreamHost - Permission Denied

I tried setting up a do-nothing Node app, and it failed. I developed some Node.js code offline in containers. I now want to try deploying it on DreamHost. I am doing it incrementally, adding features one by one. Starting with “Hello World” and going…
3
votes
1 answer

How do I set RAILS_ENV to 'Production' on a DreamHost shared server?

I have a shared server running passenger to server my Rails app. For some reason my RAILS_ENV variable seems to be stuck as 'Development'. How do I set it to 'Production'? Thanks
aren55555
  • 1,677
  • 1
  • 20
  • 34
3
votes
1 answer

Deploying Rails 3 on Dreamhost with Capistrano

I'm trying to deploy a Rails app using Capistrano (it's my first time using Capistrano). I have a Dreamhost Private Server which is using Ruby 1.8.7 and Rails 3.0.3 (according to http://rails.dreamhosters.com/) I've followed Dreamhost's Capistrano…
Lee
  • 627
  • 1
  • 8
  • 20
3
votes
1 answer

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 the end of the error message: ** transaction:…
Rich
  • 2,164
  • 1
  • 25
  • 39
3
votes
0 answers

Django 500 Internal Server Error with Passenger on Dreamhost

I'm trying to migrate my fully working Django 1.9.6 project with Python 2.7.3 to Dreamhost. I'm not sure if my current file structure is correct, as well as my passenger_wsgi.py and project.fcgi files. When I try to access the website I get a 500…
3
votes
1 answer

Why Flask gives 404 for files in the same directory with my application

Let's say I have a domain. Under home directory of the domain I have a text(.txt) file called note.txt. Like below https://www.example.com/note.txt When I access the url, browser display text string contained inside the file. But when I run a Flask…
Zip
  • 5,372
  • 9
  • 28
  • 39
3
votes
3 answers

Store log file / console output of Jenkins job build in dreamhost

We've some Jenkins jobs. when a new build is created in Jenkins, we want to store the console output or log file in dreamhost (http://www.dreamhost.com). we already have buckets, access_key and secret_key in dreamhost. How can we store the console…
Sajib Khan
  • 22,878
  • 9
  • 63
  • 73
3
votes
2 answers

dreamhost python3 Django passenger setup import Cookie

I am trying to setup django with python3 on dreamhost. I have setup a virtualenv as documented by them and installed all the pre-requisites. I have gotten runserver working The problem comes with passenger setup. The error log shows that I am unable…
acid_crucifix
  • 362
  • 2
  • 12