Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 832 Bytes

Goes through the process of creating an App Engine NewCrawler using Java and Maven in phases.

Project setup, installation, and configuration

How do I, as a developer, start working on the project?

  1. newcrawler-gae-shell
  2. mvn clean appengine:devserver

Deploying

How to deploy

  1. Create a project in Google Cloud Console
  2. edit .../webapp/WEB-INF/appengine.web.xml and change your-app-id
git clone https://github.com/speed/newcrawler-gae-shell.git \
   	&& cd newcrawler-gae-shell \
   	&& mvn clean appengine:update