Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 3.79 KB

README_TEMPLATE.md

File metadata and controls

81 lines (54 loc) · 3.79 KB

PadoGrid PadoGrid | Catalogs | Manual | FAQ | Releases | Templates | Pods | Kubernetes | Docker | Apps | Quick Start


Host OS VM Docker Kubernetes

[Update the above platform list with the supported platforms by this bundle.]

Geode Bundle Template

[Enter your header description here. Try to limit to two (2) lines. Delete this line.]

Installing Bundle

[Enter your bundle name below and delete this line.]

install_bundle -download bundle-geode-...

Use Case

[Enter detailed use case descriptions including one or more diagrams. Delete this line.]

Bundle Template Diagram

Required Software

  • name1 version
  • name2 version

Required Hardware

  • Memory
  • CPUs
  • Number of Machines
  • Etc.

Bundle Contents

[Enter a directory tree view. Try to keep it short by showing only the core nested items. Delete this line.]

bundle-template/
├── bin_sh
│   ├── build_app
│   ├── cleanup
│   ├── setenv.sh
│   ├── start_geode
│   ├── start_padogrid
│   ├── stop_geode
│   └── stop_padogrid
├── etc
│   ├── cache.xml
│   └── gemfire.properties
└── padogrid
    └── etc
        ├── client-cache.xml
        └── client-gemfire.properties

Startup Sequence

1. [Enter instruction step. Enumerate steps if possible.]

2. [Enter instruction step. Enumerate steps if possible.]

3. [Enter instruction step. Enumerate steps if possible.]

Teardown

[Always include teardown steps. Delete this line.]

References

  1. [Enter the name of a reference article, book, web link, etc.]
  2. [Enter the name of a reference article, book, web link, etc.]

PadoGrid PadoGrid | Catalogs | Manual | FAQ | Releases | Templates | Pods | Kubernetes | Docker | Apps | Quick Start