Skip to content

Commit

Permalink
Updated the version of archetype 3.0 to 3.1.0 & Apache Storm 3.1.1 to…
Browse files Browse the repository at this point in the history
… 2.6.4
  • Loading branch information
kunalpal97 authored and rzo1 committed Sep 24, 2024
1 parent 36c4a4a commit 8da7281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Apache StormCrawler (Incubating) is an open source collection of resources for b

## Quickstart

NOTE: These instructions assume that you have [Apache Maven](https://maven.apache.org/install.html) installed. You will need to install [Apache Storm 3.1.1](http://storm.apache.org/) to run the crawler.
NOTE: These instructions assume that you have [Apache Maven](https://maven.apache.org/install.html) installed. You will need to install [Apache Storm 2.6.4](http://storm.apache.org/) to run the crawler.

StormCrawler requires Java 11 or above. To execute tests, it requires you to have a locally installed and working Docker environment.

Expand All @@ -18,7 +18,7 @@ DigitalPebble's [Ansible-Storm](https://github.com/DigitalPebble/ansible-storm)
Once Storm is installed, the easiest way to get started is to generate a new StormCrawler project following the instructions below:

```shell
mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.0
mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.1.0
```

You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version, a package name and details about the user agent to use.
Expand Down

0 comments on commit 8da7281

Please sign in to comment.