Tvansteenburgh Meteor

  • By Tim Van Steenburgh
Channel Revision Published Runs on
latest/stable 6 19 Mar 2021
Ubuntu 14.04
latest/edge 6 19 Mar 2021
Ubuntu 14.04
juju deploy tvansteenburgh-meteor
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • app-name | string

    Default: meteor-app

    Name of your app.

  • bundled | boolean

    Set to true if the source repo contains an already-bundled Meteor app. If set to true, your repo must contain a top-level `bundle/` directory.

  • demo-app | string

    Default: todos

    The name of the Meteor demo app to install (leaderboard, todos, wordplay, clock, parties). This setting is ignored if repo-url is set.

  • port | int

    Default: 3000

    Port on which the Meteor app will be exposed.

  • repo-revision | string

    Branch name, tag name, or other revision identifier that can be used in a `git checkout` or `hg update` command. Default is `master` (git) or `default` (hg).

  • repo-type | string

    Default: git

    git or hg

  • repo-url | string

    Git or Mercurial repo URL from which the Meteor app will be cloned. Leave blank to install a Meteor demo app instead.