Skip to content

A web site dedicated to honoring North Castle's deceased veterans.

License

Notifications You must be signed in to change notification settings

TonyRippy/north-castle-veterans-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

North Castle Veterans Site

A web site dedicated to honoring North Castle's deceased veterans.

Before you begin

  1. Download and install the Google Cloud SDK.

  2. Install and configure Apache Maven.

  3. Create a new Google Cloud Platform project, or use an existing one.

  4. Initialize the Cloud SDK.

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

    gcloud components install app-engine-java
    

Deploying to App Engine

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

mvn clean appengine:run

View the app at localhost:8080.

To deploy the app to App Engine, run

mvn clean appengine:deploy

After the deploy finishes, you can view the application at https://north-castle-veterans-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.

About

A web site dedicated to honoring North Castle's deceased veterans.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published