~unity-api-team/unity-scope-snappy/add_go_gettext

« back to all changes in this revision

Viewing changes to README

  • Committer: Tarmac
  • Author(s): Kyle Fazzari
  • Date: 2015-06-26 17:51:40 UTC
  • mfrom: (19.1.1 unity-scope-snappy)
  • Revision ID: tarmac-20150626175140-2h4bjv0mys7x4qav
Change command-line flag for WebDM URL to an environment variable.

Approved by PS Jenkins bot, Rodney Dawes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    $ go get launchpad.net/unity-scope-snappy
28
28
    $ unity-scope-tool $GOPATH/src/launchpad.net/unity-scope-snappy/scope.ini
29
29
 
 
30
Note that the information shown in the scope is retrieved from WebDM. By default
 
31
the scope will use "http://webdm.local:4200", but you can change that with the
 
32
WEBDM_URL environment variable:
 
33
 
 
34
    $ WEBDM_URL=http://address:port unity-scope-tool $GOPATH/src/launchpad.net/unity-scope-snappy/scope.ini
 
35
 
30
36
 
31
37
External Dependencies
32
38
---------------------