Giter Site home page Giter Site logo

cloudcache-gfsh-app's Introduction

Cloud Cache GFSH app

Logging into Cloud Cache requires a number of steps to login to the gfsh console. This app is designed to eliminate those steps altogether. Once installed all you need to do is open the application URL in your browser and you will be logged into your Cloud Cache instance.

If you need the gfsh command referance it is here: http://gemfire.docs.pivotal.io/98/gemfire/tools_modules/gfsh/chapter_overview.html

How to deploy

  1. Clone the repo corresponding to your PCC instance - check out branches.
  2. npm install
  3. cf push
  4. Put your IP in the allowed list cf set-env cloudcache-gfsh-app allowed_addresses '["42.42.42.42"]'
  1. Redeploy cf restage cloudcache-gfsh-app
  2. Open the URL for your application

Other tricks

Once you are done with gfsh you can just exit and you will have a bash prompt.

Other interestings

On first invocation the app will download and install java and gfsh. You can watch the script doing its job. Subsequent invocations will just reuse those bits.

If the computer you are using isn't in the allowed addresses list you will get a black screen with no text.

There seems to be something up with Node 12 and one of the dependant libraries. So you should use Node version 11 or older.

Example commands to switch node version.

nvm install 10.16.0
rm -rf node_modules
npm install

cloudcache-gfsh-app's People

Contributors

charliemblack avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.