Today's Most Popular
Load Balancing Across Multiple Apache Web Servers
UnixBench: SliceHost Vs Linode
Apache, Phusion Passenger cluster
Rails 2.2.2 not recognised by ModRails
Need help with nginx and wildcard SSL certificates
Ruby + Merb on Ubuntu 8.10
Trying to access site in browser...resolves to IP and /public_html folder
Also, Slicehost is incredible. let it be said. If you're looking for a good web host, look no further.
Recipe for deprec php nginx rails mysql
ubuntu_ip_failover_and_load_balancing - created
Ruby + Merb on Ubuntu 8.10
This is what I'm stuck on, I'm fairly new to ruby/gems, and have no idea what to do
/usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate': can't activate data_objects (= 0.9.6, runtime), already activated data_objects-0.9.7 (Gem::Exception)
I'm trying to set up a Ruby/Merb 1.0/Datamapper on my Ubuntu 8.10 Slice.
I keep trying over and over, I have probably re-wiped my slice at least 20 times now.
Anyway, this is the code I have, from all that I have gathered all over the internet.
And I still can't get it to work. If anyone could be kind enough to proof read this for me and tell me, what I'm missing, and what I can cut out of there would be helpful too.
Thanks,
Serhiy
apt-get update
apt-get upgrade
apt-get install ruby irb ri rdoc ruby1.8-dev libzlib-ruby libyaml-ruby libreadline-ruby libncurses-ruby libcurses-ruby libruby libruby-extras libfcgi-ruby1.8 build-essential libopenssl-ruby libdbm-ruby libdbi-ruby libdbd-sqlite3-ruby sqlite3 libsqlite3-dev libsqlite3-ruby libxml-ruby libxml2-dev
gem install erubis rake json_pure rspec rack hpricot mime-types addressable english rspec
apt-get install bash man-db cron wget lynx git-core subversion build-essential
###Need RuybGems 1.3 for Merb, Ubuntu Installs 1.2 Need to compile it myself
apt-get install ruby ruby1.8-dev
wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz
tar zxvf rubygems-1.3.1.tgz
cd rubygems-1.3.1
ruby setup.rb
###Not certian if required but some forum says so
ln -s /usr/bin/gem1.8 /usr/bin/gem
#From merb site
sudo gem install rake rack thor rspec mongrel hoe diff-lcs
sudo gem install dm-core dm-more
sudo gem install merb
apt-get install mysql-server
apt-get install mysql-client
apt-get install libmysqlclient15-dev libmysql-ruby1.8
CREATE DATABASE test_development; CREATE DATABASE test_test; CREATE DATABASE test_production;
merb-gen app test
merb
/usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate': can't activate data_objects (= 0.9.6, runtime), already activated data_objects-0.9.7 (Gem::Exception)
I'm trying to set up a Ruby/Merb 1.0/Datamapper on my Ubuntu 8.10 Slice.
I keep trying over and over, I have probably re-wiped my slice at least 20 times now.
Anyway, this is the code I have, from all that I have gathered all over the internet.
And I still can't get it to work. If anyone could be kind enough to proof read this for me and tell me, what I'm missing, and what I can cut out of there would be helpful too.
Thanks,
Serhiy
apt-get update
apt-get upgrade
apt-get install ruby irb ri rdoc ruby1.8-dev libzlib-ruby libyaml-ruby libreadline-ruby libncurses-ruby libcurses-ruby libruby libruby-extras libfcgi-ruby1.8 build-essential libopenssl-ruby libdbm-ruby libdbi-ruby libdbd-sqlite3-ruby sqlite3 libsqlite3-dev libsqlite3-ruby libxml-ruby libxml2-dev
gem install erubis rake json_pure rspec rack hpricot mime-types addressable english rspec
apt-get install bash man-db cron wget lynx git-core subversion build-essential
###Need RuybGems 1.3 for Merb, Ubuntu Installs 1.2 Need to compile it myself
apt-get install ruby ruby1.8-dev
wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz
tar zxvf rubygems-1.3.1.tgz
cd rubygems-1.3.1
ruby setup.rb
###Not certian if required but some forum says so
ln -s /usr/bin/gem1.8 /usr/bin/gem
#From merb site
sudo gem install rake rack thor rspec mongrel hoe diff-lcs
sudo gem install dm-core dm-more
sudo gem install merb
apt-get install mysql-server
apt-get install mysql-client
apt-get install libmysqlclient15-dev libmysql-ruby1.8
CREATE DATABASE test_development; CREATE DATABASE test_test; CREATE DATABASE test_production;
merb-gen app test
merb
More Stories in Slicehost Forum
- Lightweight ECommerce
- Capistrano Not Connecting
- Problems installing Mono 2.0.1 on Ubuntu 8.04.1 LTS (Hardy)
- Heartbeat / IP-Failovers / Multiple database slices
- Load Balancing Across Multiple Apache Web Servers
Other Feedables
Marketing Feeds - A full plate of branding.
Finance - All about the cabbage.
Music Maker Feeds - The Musicians Kitchen
Olympic Feeds - Feeding the international sports appetite.
White Sox Feeds - where you drink your dinner.- more Feedables...