Skip to content
Damian Quiroga edited this page Jan 20, 2014 · 11 revisions

Getting started

Steps for Ubuntu 12

Clone the repo

$ git clone https://github.com/qdamian/depict
$ cd depict

Install required packages

  • Node >= 0.10
  • npm >= 1.3.5
  • phantomjs
  • firefox
  • xvfb
  • travis-solo

Take a look at this script for an example of how to install those:

depict$ cat provision.sh

Run the build script

depict$ ./build.sh

Then be patient. If something goes wrong you can try the steps in .travis.yml manually.

Clone this wiki locally