-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in documentation #105
Comments
Thanks for reaching out. I agree that it looks weird to see a command for a Node.js tool in the middle of a README for a Python application, but that's actually not an error. You'll see the same in our developer guide here: https://docs.aws.amazon.com/rfdk/latest/guide/first-rfdk-app.html#stage-docker-recipes The reason for the strangeness is that our |
I think @koenverwimp might be referring to the references to modifying |
Yes, it does look strange to me that i have to configure the deadline version in the package.json and as an environment variable? Even if it so, it's not clear. The first RFDK app doesn't mention anything about package.json, and seems to work without it. |
I think the "bin/config.py" should as well be "package/config.py". |
Ah, right you are! Thanks for pointing that out. |
According to the documentation I have to add my UsageBasedLicenses "5. Choose your UBL limits and change the value of the ubl_licenses variable in bin/config.py accordingly: It needs to be "UsageBasedLicense.for_maya(10)" in python. PS: your example is still pointing to aws-rfdk version 0.16.0 |
Thanks for pointing this out and helping fix this for those that follow in your footsteps. I'll put together a follow-up PR for these new findings. |
It would also be great if there was any explanation how to connect with Deadline Monitor to the RCS fleet. Or did i miss something in the documentation? I guess i need to create a PFX file from certificates that i can find in AWS secret manager? But i didnt get it to work so far. |
Agreed - this is important documentation that is missing. I've created a separate issue (#110) to track this. |
Re-opening this. #106 auto-closed this after merge, but UBL issue was not addressed |
- fixes aws#105 - The python example app README gave instructions for using the TypeScript `UsageBasedLicense` API. Fixed to use the python API. - Also fix up formatting in README markdown for both example app languages
Step 10 of this readme is not correct. This is a copy paste issue from the TypeScript documentation:
https://github.com/aws/aws-rfdk/blob/mainline/examples/deadline/All-In-AWS-Infrastructure-Basic/python/README.md
The text was updated successfully, but these errors were encountered: