update README
This commit is contained in:
parent
a15637b9fd
commit
1ac3564a92
@ -38,14 +38,14 @@ Set your domain, user_name, and password in config/environment.rb
|
|||||||
|
|
||||||
h1. Installation on clean install of Ubuntu 12.04 LTS
|
h1. Installation on clean install of Ubuntu 12.04 LTS
|
||||||
|
|
||||||
sudo apt-get update
|
<code>sudo apt-get upgrade</code>
|
||||||
sudo apt-get -y install build-essential ruby1.9.3 git mysql-server mysql-client libmysqlclient-dev libxml2-dev libxslt-dev
|
<code>sudo apt-get -y install build-essential mysql-server mysql-client libmysqlclient-dev libxml2-dev libxslt-dev git-core curl rubygems</code>
|
||||||
sudo gem install rails
|
<code>\curl -sSL https://get.rvm.io | bash -s stable</code>
|
||||||
git clone https://github.com/iobridge/thingspeak.git
|
<code>rvm install 2.1</code>
|
||||||
cp thingspeak/config/database.yml.example thingspeak/config/database.yml
|
<code>git clone https://github.com/iobridge/thingspeak.git</code>
|
||||||
cd thingspeak
|
<code>cd thingspeak</code>
|
||||||
bundle install
|
<code>bundle install</code>
|
||||||
bundle exec rake db:create
|
<code>cp config/database.yml.example config/database.yml</code>
|
||||||
bundle exec rake db:schema:load
|
<code>rake db:create</code>
|
||||||
rails server
|
<code>rails server</code>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user