From ec1fefbaa59372e0786e85b1979f242d33fc13c9 Mon Sep 17 00:00:00 2001 From: bsag Date: Sat, 16 Jul 2011 08:36:20 -0700 Subject: [PATCH] Created Bluehost (textile) --- Bluehost.textile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Bluehost.textile diff --git a/Bluehost.textile b/Bluehost.textile new file mode 100644 index 0000000..d3062c1 --- /dev/null +++ b/Bluehost.textile @@ -0,0 +1,14 @@ +h1. Bluehost + +http://helpdesk.bluehost.com/kb/index.php/kb/article/000207 +this article helped me get started on how to go about installing ruby apps. Basically I followed its steps but replaced tracks as my app. + + +Here is what I did: (need to have SSH access) + +0) login to shell +1) $ cd ~ +2) $ wget http://bsag.bingodisk.com/public/files/tracks-1.7.zip +3) $ unzip tracks-1.7.zip +4) $ mv tracks-1.7 tracks +... also followed the installing stuff from (http://www.getontracks.org/doc/chapter/2-installation.html). except the last step to start server (script/server -e production \ No newline at end of file