Setting up tilestream

From stgo
Revision as of 16:34, 26 February 2014 by Mentaer (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

>> return to Cedeus IDE


This page explains how to install TileStream on Ubuntu 12.04. The basic description is taken from TileStreams Github page.

  1. I took an existing copy of my VirtualBox with Ubuntu 12.04 installed, including Apache2
  2. sudo apt-get update
  3. sudo apt-get install curl build-essential libssl-dev libsqlite3-0 libsqlite3-dev git-core This installs curl, sqlite, git etc. When running the command I also got some problems with a repository location so I did add the parameter "--fix-missing" as suggested.
  4. next step is to add further apt repositories, but for that I needed to enable add-apt using sudo apt-get install python-software-properties
  5. add the repositories:

sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs nodejs-dev npm