Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlespoon.sh
MOZILLA_FIVE_HOME=$HOME/xulrunner-1.9.2

Now, we need to install a newer version of sqlite. You can download the sqlite bits from:

  64bit : http://pkgs.org/centos-6-rhel-6/atomic-x86_64/sqlite-3.7.0.1-1.el6.art.x86_64.rpm/download/
  32bit : http://pkgs.org/centos-6-rhel-6/atomic-i386/sqlite-3.7.0.1-1.el6.art.i686.rpm/download/

Install the 3.7 version of sqlite:

Code Block

  sudo rpm -Uvh sqlite-3.7.0.1-1.el6.art.<osArch>.rpm
  sqlite3 --version

Your sqlite version should now be 3.7.0.1

Launch Spoon:

Code Block

  cd ~/data-integration
  ./spoon.sh