These are scripts useful when testing OpenNLP builds on EC2.
These scripts are written expecting the following directory structure:
/opt/
- Contains these scripts./opt/opennlp
- Contains the OpenNLP code as cloned from https://github.com/apache/opennlp./opt/opennlp-data
- Contains the data required for some of the OpenNLP tests. Contact dev@opennlp.apache.org for information on this data.notify.sh
script.You can configure the subject, message, and destination (topic ARN) in the notify.sh
script. The build log will be too large (>256KB) for sending in the SNS message. You can modify the notify.sh
script for uploading the build results to an S3 bucket.
The CloudFormation template can help with creating the instance.