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.The instance defined in the CloudFormation template cf-template.json
satisfies these requirements. You can create a stack from the template either through the AWS Console or using the AWS CLI.
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 so SSH into the instance to check the log.
Licensed under the Apache Software License, version 2.