"veyron-browser/scripts": Use new security model

This CL modifies the test and webapp scripts to appropriately
set the VEYRON_CREDENTIALS environment variable and start wsprd
with the --new_security_model flag.

Change-Id: I59540b65c662ebd4078222ad1687b0a19c41056a
3 files changed
tree: fdc4cec4fcffd9501a8471e18e14c602fd13032f
  1. go/
  2. public/
  3. scripts/
  4. src/
  5. test/
  6. .gitignore
  7. .jshintrc
  8. bower.json
  9. css-transform.js
  10. Makefile
  11. package.json
  12. README.md
  13. web-component-dependencies.html
README.md

Mounttable Browser

Mountable browser is a browser application that lets the user view and traverse mounttables.

Building

Before you can run Mounttable Browser, you need to build. Simply run:

make

The Extension

You must have the Veyron Extension installed to run this.

Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx

Running

make start

and navigate to http://localhost:9000

to stop simply CTRL-C the console running the make start