From 8f1c75c014c14a3fe87dd376b3768e5b71e64ae1 Mon Sep 17 00:00:00 2001 From: ioBridge Date: Fri, 25 Nov 2011 07:14:11 -0500 Subject: [PATCH] Update README.textile --- README.textile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.textile b/README.textile index 1f6b636..dae9d51 100644 --- a/README.textile +++ b/README.textile @@ -49,7 +49,7 @@ h1. Installation on clean install of Ubuntu 10.10 and 11.10 Start Terminal -cd ~ +cd ~ sudo apt-get install aptitude sudo aptitude update @@ -60,15 +60,15 @@ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM source .bash_profile -sudo aptitude install mysql-server libmysqlclient-dev libmysql-ruby +sudo aptitude install mysql-server libmysqlclient-dev libmysql-ruby Note: Enter and confirm a new MySQL password -sudo aptitude install libssl-dev libopenssl-ruby libxslt1.1 libxslt1-dev libxml2 libxml2-dev rubygems +sudo aptitude install libssl-dev libopenssl-ruby libxslt1.1 libxslt1-dev libxml2 libxml2-dev rubygems rvm pkg install openssl rvm pkg install iconv rvm install 1.9.2 -C ––with-openssl-dir=$HOME/.rvm/usr,––with-iconv-dir=$HOME/.rvm/usr -rvm --default use 1.9.2 +rvm --default use 1.9.2 git clone git://github.com/iobridge/thingspeak.git @@ -76,10 +76,10 @@ cd thingspeak bundle install -gedit config/database.yml.example +gedit config/database.yml.example Note: Change database username and password for development, test, and production databases and save the file as database.yml -rake db:create +rake db:create rake db:schema:load -rails server \ No newline at end of file +rails server \ No newline at end of file