Migrated to bitbucket.org/portable/veohrc-widget
Embeddable widget for reporting Human Rights issues without lodging a formal complaint.
https://www.humanrights.vic.gov.au/get-help/community-reporting-tool/
Add the following embed code:
<iframe src="https://s3-eu-west-1.amazonaws.com/veohrc-widget/index.html" width="100%" marginheight="0" frameborder="0" id="frame1" scrollable ="no"></iframe><script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.6.6/iframeResizer.min.js"></script><script type="text/javascript">iFrameResize({ checkOrigin:false });</script>yarninstall dependenciesyarn startto run in dev modeyarn buildto build production bundle in./dist
-
You will need the
aws clicommand line tools installed. You can install these withhomebrewwith this command:brew install awscli -
You will need access to the s3 bucket
veohrc-widgetin the AWS console. You should be able to access this with your Portable account. -
You will need your aws credentials set up in your
~/.aws/credentialsfile -
Build the project with
yarn build -
Update the contents of the s3 bucket:
aws --profile veohrc s3 cp --recursive --acl=public-read ./dist s3://veohrc-widget
To test the application, create a new s3 bucket and upload the files there. The url of the form will be structured like this example: http://s3.ap-southeast-2.amazonaws.com/veohrc-widget-staging/index.html