bluehost

How to get a rails 2.3.3 application running on Bluehost with fastcgi

Using Your Ruby Gem(s) You will need to add /home/username/ruby/gems to the include path. You can do this by **adding the following code to your script**: $:.push("/home/username/ruby/gems") What script are they referring to? This is vague... Where do I add directories to the ruby include path? ...

Simple code to install a subversion repository on a linux server

What is the simplest way to install a private subversion repository on a Linux server - specifically a bluehost shared server? Apache version 2.2.13 (Unix) PHP version 5.2.9 Architecture x86_64 Operating system Linux Commands welcome.... ...

opencart install on bluehost getting 5.2+ required

I am getting 5.2+ php required when installing opencart on Bluehost. I see that bluehost runs PHP 5.2.9, but on searching the forums I see others are running open cart sucessfully on this version. where do I start to try and get opencart up and running. ...

Subdomains and Folders

Just started a site and I have an /img directory on the main domain. I would like to set up a subdomain(where the file folder is just another one in the main directory) that is able to use the /img folder, but it doesn't work. The /img and /subdomain folders are on the same level, so to display images in the main domain I type: <img src...

Directory listing instead of application

Hi, I'm trying to get RoR running on bluehost. I followed a tutorial to get started, and I thought it worked fine when the default page showed up, only to find that if I delete index.html from /public the directory listing is showing instead of the application. I use mercurial to version control this onto the server (probably doesn't ma...

Bluehost internal server error

Hello everyone, When i am creating the setup of my rails application on bluehost,it throw following error:- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the...

Defining PYTHONPATH for http requests on a shared server

I'm installing Django on Bluehost and one of the steps to install it was to install flup on their server. I did so and everything works great when I'm logged in via the SSH. However when I actually hit the page in my browser it can't find flup. I get this error in the server log: ERROR: No module named flup. Unable to load the flup p...

Mercurial between server and local?

I have a portal development work in process... I had some troubles time to time like losing, overwriting wrong files, etc... So I decided to go for Mercurial for this development. My first experience with Source Control. I work on server [bluehost] for this project, is there any way to keep update backups at local? Do I have to setup Me...

Where to locate automysqlbackup.sh [AutoMySQLBackup] at Bluehost? [secure issue]

Hi friends, After having seriously database loosing problems, I decided to go for an autobackup system. I researched and AutoMySQLBackup looks fine. I use Bluehost, where should I locate the automysqlbackup.sh file? I just worry about security issue. Also, where should we locate the backup files? Appreciate! thanks a lot! ...

Subversion core on a sharedhosting

Hi! I've signed up for a shared hosting plan in bluehost and tried installing a subversion by following this instruction: bluehost forum svn install script all goes well at first even tried svnadmin create project_name and was a success but then when I traverse to project_name I got this error "svn: '.' is not a working copy" when I run ...

Identifying the Ipaddress of the Folders in the BLuehost server.....

Hi, we have hosted our site in Bluehost server.We are having 2 websites running by bluehost server. In our bluehost server->file manager we have 2 separate folders namely abc,xyz which is pointing to the site abc.com and xyz.com . I dont know how to find the Ipaddress of those folders. Note: We faced some prblms...

Drupal 6: How to set up & use Mercurial for my Drupal projects

Hi friends, I need to start using version control system for my Drupal projects, and I decided on Mercurial. During last 2 days I have been googling to find some tutorials, guides, tips, anything about "how to use mercurial for my drupal projects", but I just can't find anything! :/ Can you advise any link or tutorial or anything fo...

BlueHost Rails Hosting

I just finished a rails app that I want to host on BlueHost. Its given me issues. I am told I ve to apply for SSH Access but I am in Ghana. So I don't know! can anybody help me ...

Mercurial Clone (Kiln) repository to Bluehost

Hi all, Yesterday I installed mercurial on bluehost by following the instructions found here.http://bugtracker.gttools.com/public/wiki/bluehost/Mercurial When I tried to clone one repository from kiln using : "hg clone kiln repository url/devel", to "/home/yoursuername/public_html/hg/repos/projectA" on bluehost, it is giving http erro...