tree: 683ba01b002513f35a6a8bd7e53d15f64c444191 [path history] [tgz]
  1. templates/
  2. .gcloudignore
  3. app.yaml
  4. cron.yaml
  5. main.go
  6. README.md
machine-db/appengine/frontend/README.md

Machine Database

These are instructions for setting up development for and testing changes to the Machine Database.

Setting up

  • In infra/go run the following to activate the go environment:
cd ../../../../../../
eval `./env.py`
cd -
  • To set up the UI (frontend and RPC explorer):
cd ../../../web
./web.py install
./web.py build rpcexplorer
cd -

Testing

gae.py upload --app-id machine-db-dev