Skip to content

Instantly share code, notes, and snippets.

@swarbhanu
Created December 16, 2011 18:36
Show Gist options
  • Save swarbhanu/1487318 to your computer and use it in GitHub Desktop.
Save swarbhanu/1487318 to your computer and use it in GitHub Desktop.
Use this hdf_hello.yml file to launch the server that accepts an hdf file inside a message from a client, modifies it and returns the modified hdf file back to the client as a message. Usage example: bin/pycc --rel=res/deploy/examples/hdf_hello.yml
type: release
name: MyConfig
version: 0.1
description: Demo deployment configuration
ion: 0.0.1
apps:
- name: hdf_hello
description: HDF Hello service
version: 0.1
processapp: [hdf_hello, examples.service.hdf_hello, HDFHelloService]
config:
some: "Hi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment