vlog configuration change: for https://vanadium-review.googlesource.com/#/c/6830/
MultiPart: 3/3

Change-Id: Ia0c87dcd832fed8b965913e3d4c8ad82a9c46101
2 files changed
tree: 733538fb5f84b0c2b236b78eedaa5cac693c2d88
  1. clients/
  2. markdown/
  3. tools/
  4. .gitignore
  5. .jshintignore
  6. .jshintrc
  7. Makefile
  8. package.json
  9. README.md
  10. server.js
README.md

Chat app

Links

Clients

We provide a web client and a shell client. See their respective README.md files for usage and development instructions.

Notes

To glob the local mounttable:

$VEYRON_ROOT/veyron/go/bin/mounttable glob /:4001 '*'
$VEYRON_ROOT/veyron/go/bin/mounttable glob /:4001/apps/chat/public '*'

To glob the proxy.envyor.com mounttable:

$VEYRON_ROOT/veyron/go/bin/mounttable glob /proxy.envyor.com:8101 '*'

Prerequisites

You will need Go 1.4, Git, Mercurial, and make to build the shell client and dependencies.

In addition, you will need Node.js and npm to build the web client, and Chrome to run the client and the tests.

Deploy

If you do not have access to the vanadium-staging GCE account ping jasoncampbell@. Once you have access you will need to login to the account via the command line.

gcloud auth login

To deploy the site to https://staging.chat.v.io use the make target deploy-staging.

make deploy-staging

This will sync the build directory to the private Google Storage bucket gs://staging.chat.v.io which gets automatically updated to the nginx front-end servers. Currently all static content is protected by OAuth. For more details on the deployment infrastructure see this doc and the infrastructure repository.