~facundo/ubuntu-rest-scopes/7digital-forbidden-countries-8

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Tarmac
  • Author(s): James Henstridge, Facundo Batista
  • Date: 2016-06-07 14:34:09 UTC
  • mfrom: (525.2.2 multi-column)
  • Revision ID: tarmac-20160607143409-aum1mukbee8mujtk
[r=facundo] Implement multi-column layouts for the various remote scopes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    make test
33
33
 
34
34
 
 
35
How to test with unity-scope-tool
 
36
---------------------------------
 
37
 
 
38
To test out the rest scopes with unity-scope-tool, you need to more
 
39
dependencies:
 
40
 
 
41
    unity-scope-tool
 
42
 
 
43
After starting the server with 'make start', run the following
 
44
commands:
 
45
 
 
46
    start scope-registry
 
47
    start smart-scopes-proxy SMART_SCOPES_SERVER=http://localhost:8000
 
48
    unity-scope-tool
 
49
 
 
50
If either of 'scope-registry' or 'smart-scopes-proxy' are already
 
51
running, use 'restart' instead of 'start'.
 
52
 
 
53
The unity-scope-tool window can be resized to simulate different form
 
54
factors.  For example, by widening the window, previews should switch
 
55
to a two column layout.
 
56
 
 
57
 
35
58
How to create new scopes
36
59
------------------------
37
60