Skip to content
philjackson edited this page Dec 29, 2012 · 3 revisions

Prerequsits

Ubuntu

$ sudo apt-get install build-essential devscripts \
    ubuntu-dev-tools debhelper dh-make cdbs \
    quilt gnupg fakeroot lintian  pbuilder piuparts

The deployment

Currently the deployment scripts will:

  • Update the version numbers in each of the three package.json files.
  • Commit the changes to the three package.json files. NOTE Doesn't push the commit.
  • Tag HEAD in git. NOTE Doesn't push the tags.
  • Build a debian package containing the code, ready to deploy.

To actually make it happen:

$ pushd release && npm install && popd
$ ./release/release.coffee 0.0.10

Where 0.0.10 is the version you want to deploy... obvs.

Clone this wiki locally