You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by GitBox <gi...@apache.org> on 2022/08/21 10:15:14 UTC

[GitHub] [nutch] sebastian-nagel opened a new pull request, #748: NUTCH-2883 Provide means to run server and webapp as persistent services in Docker container

sebastian-nagel opened a new pull request, #748:
URL: https://github.com/apache/nutch/pull/748

   This PR includes everything from #691 rebased to the recent master and sqashed into a single commit. It also includes
   - a fix to make the arg instructions (eg. `--build-arg BUILD_MODE=1`) working, see [comment in #691](https://github.com/apache/nutch/pull/691#issuecomment-925304439)
   - installation of the WebApp from the separate repository and running it via `mvn jetty:run -Djetty.port=<WEBAPP_PORT>`
   
   So far, I've successfully tested this PR
   - using all BUILD_MODEs: 0 (default if not set), 1 and 2
   - running the resulting images as containers
   - for build mode 0: run some Nutch commands
   - for build mode 2 (server + webapp): configure run a small crawl
   - for build mode 1 (server): run external webapp to configure and run a crawl
   - crawls where successful with some work-arounds required (NUTCH-2965 and NUTCH-2966) and not testing indexing into Solr (NUTCH-2964)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@nutch.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nutch] sebastian-nagel merged pull request #748: NUTCH-2883 Provide means to run server and webapp as persistent services in Docker container

Posted by GitBox <gi...@apache.org>.
sebastian-nagel merged PR #748:
URL: https://github.com/apache/nutch/pull/748


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@nutch.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org