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
2
votes
1 answer

Rack app: can't activate rack, already activated

I have a Sinatra Rack app running on Dreamhost. Currently I'm croning the app every 15 minutes and logging its output. 90% of the time the app loads just fine, but about 10% of the time I get the following error:…
floatleft
  • 6,243
  • 12
  • 43
  • 53
2
votes
8 answers

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: text/html\n\n" print "hello world" So now I am looking…
Pietro Speroni
  • 3,131
  • 11
  • 44
  • 55
1
vote
1 answer

Deploying Rails on dreamhost shared server

Im trying to deploy my Rails app on dreamhost shared server. Been following this article http://railstips.org/blog/archives/2008/12/14/deploying-rails-on-dreamhost-with-passenger/ But in the last step , cap deploy:migrations i get this…
Jepzen
  • 2,942
  • 6
  • 40
  • 62
1
vote
1 answer

Bundler is not "bundling" sqlite3

I have a very recurrent problem here. (it happens literally all the time). I have found ways to go around it but i really would appreciate a solution for this problem: Here is how it goes: At my development machine, i have in my gem file a line like…
pedrozath
  • 2,353
  • 4
  • 20
  • 23
1
vote
1 answer

how to resolve ssh key rejection while deploying 1st Rails3 app?

I'm trying to deploy a Rails3 application, for the 1st time, to Dreamhost using Git & Capistrano. Using Dreamhost's Capistrano setup instructions. Down to one last error: Cap deploy:check => looks good. Cap deploy:setup => looks good. However, Cap…
1
vote
1 answer

passenger_wsgi.py not working properly with django

I am hosting my Django application on Dreamhost. Dreamhost serves Django-1.2.1 on Python-2.5.2, but I use Django-1.3.1 on Python-2.7.2, for my app. before making any changes to meet my requirements, the passenger_wsgi.py contained the…
amr.negm
  • 183
  • 1
  • 13
1
vote
2 answers

Rails deployment - Fails on rake: Could not find xxxxx in any of the sources

I am trying to deploy a simple demo app via cap. When I run cap deploy:migrations rake seems to fail with: ** [out :: -----.com] Could not find highline-1.6.9 in any of the sources ** [out :: -----.com] Try running 'bundle install'. My production…
Dan Tappin
  • 2,692
  • 3
  • 37
  • 77
1
vote
2 answers

DreamHost VPS web server configuration

I moved my 10+ rails applications to DreamHost VPS from shared hosting. A problem that I found was that the default value of PassengerMaxPoolSize is 4. That's way too small for me. To change that, I have to manage web server by myself. I guess…
Sam Kong
  • 5,472
  • 8
  • 51
  • 87
1
vote
3 answers

Why does RVM gem list shows gems I did not install?

I am on Dreamhost shared hosting. I installed RVM to run Ruby 1.9.2, and created a empty gemset to work with. I ran gemset empty command on it to assure it's really empty. Strangely, if I run rvm gemset use MYGEMSET followed by running rvm do gem…
Felix Ogg
  • 852
  • 7
  • 23
1
vote
1 answer

How do I fix my paths and gems setup to get rake to see itself on dreamhost?

I'm trying to get a Ruby on Rails project started on Dreamhost, ruby version 1.8.7 I can't check the rails version because of the rake problem but I believe it's at least 3.0. I was having trouble getting the mysql2 connector to work with rake…
element8
  • 105
  • 2
  • 9
1
vote
2 answers

Deploying Rails App

I have a question about deploying a Rails application. I know the information exists else where, but my issue is that I can't place it cohesively together. Currently I'm on Dreamhost and would like instructions on how to deploy my app there. I feel…
1
vote
1 answer

Changing gemets to be compatible with Passenger on Dreamhost

I had another post started: Rack / Passenger fails on Dreamhost but after some digging I am thinking my gems are incompatible. My Dreamhost Passenger uses Rails 3.0.3 and my dev system has 3.1.3. I have been playing around with rvm and gem but I…
Dan Tappin
  • 2,692
  • 3
  • 37
  • 77
1
vote
1 answer

How to start the server after redmine upgrade

I have hosted the redmine in dreamhost. I have upgraded the redmine to 1.2.0. At the end of the upgrade instructions, it is mentioned that I have to restart the application server. Could someone please how to do that? Thanks.
felix
  • 11,304
  • 13
  • 69
  • 95
1
vote
1 answer

How to install NPM on Dreamhost shared

Fatal error in , line 0 Check failed: reservation_.SetPermissions(protect_start, protect_size, permission). #FailureMessage Object: 0x78686cd993b0 1: 0xa889e1 \[node\] 2: 0x1a37055 V8_Fatal(char const\*, ...) \[node\] 3: 0xdc5b0f \[node\] 4:…
Eziz SOYUN
  • 11
  • 1
  • 3
1
vote
2 answers

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:…
AllisonC
  • 2,973
  • 4
  • 29
  • 46