Missing step

This commit is contained in:
Lorenzo Cafaro 2015-08-02 05:23:58 +02:00
parent 9d4b74d3da
commit fd0ead21b6

View File

@ -48,6 +48,7 @@ h1. Installation on clean install of Ubuntu 12.04 LTS
<code>sudo apt-get upgrade</code>
<code>sudo apt-get -y install build-essential mysql-server mysql-client libmysqlclient-dev libxml2-dev libxslt-dev git-core curl rubygems</code>
<code>\curl -sSL https://get.rvm.io | bash -s stable</code>
<code>source /etc/profile.d/rvm.sh</code>
<code>rvm install 2.1</code>
<code>git clone https://github.com/iobridge/thingspeak.git</code>
<code>cd thingspeak</code>