skip to Main Content

I am new to Google Cloud. So far I have just got some experience in using WHM/Cpanel. Is there a similar app that I can install on App Engine to fully control it without using any commands?

2

Answers


  1. Depending on what you’re trying to do, most of the common App Engine operations can be controlled from the Google Cloud Console. Here is a screen shot of the console:

    enter image description here

    For example, looking at Google’s documentation on Controlling Access with Firewalls, you can see in the “Creating firewall rules” section that Google gives instructions for doing this in the console (as well as via the command line with gcloud, or programmatically via APIS).

    Login or Signup to reply.
  2. Our App – NoCommandLine – is a GUI for managing Google App Engine. With the App, you click buttons/icons instead of typing commands at the command line to create, run and deploy your Apps. We also offer a functionality to download your App from GAE (more on that here)

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search