Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.62 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.62 KB

North Castle Tools Site

A web site dedicated to documenting tools collected by the North Castle Historical Society.

Before you begin

  1. Download and install the Google Cloud SDK.

  2. Install and configure Apache Maven.

  3. Initialize the Cloud SDK.

    gcloud init
    
  4. Install the Cloud SDK app-engine-java component.

    gcloud components install app-engine-java
    
  5. Configure the GCP tools so they refer to this project.

     gcloud config set project north-castle-tools-site
    

Deploying to App Engine

To run the application locally, use the Maven App Engine plugin.

gcloud beta emulators datastore start --host-port=localhost:9999 &
mvn clean appengine:run

View the app at localhost:8080.

To deploy the app to App Engine, run

mvn appengine:deploy

After the deploy finishes, you can view the application at https://north-castle-tools-site.appspot.com. You can see the new version deployed on the App Engine section of the Google Cloud Console.

Next steps

  1. Read the App Engine documentation.
  2. Explore the other Google Cloud Platform sample applications for Java™.

Contributing changes

Licensing

Java is a registered trademark of Oracle Corporation and/or its affiliates.