Closed scastria closed 4 years ago
I second this. Trying to walk through this readme.md is like falling down a flight of stairs. I appreciate the effort put into making this repo but I'm completely baffled how to use it when it is one error after the other. Issue number 3 is the biggest concern for me since I'm trying to figure this stuff out on the fly.
3. Same issue: I am assuming it means the stuff created in the regional-s3-assets folder?
[install] prefix=
in it to make it work.Hate to be that guy, but the readme really is broken. This is because every "minor" update overhauls the entire project (see #116). It would be really great if the maintainers could establish something a little more rigorous so we customers don't have to re-implement everything anytime there's an update.
The README has been updated in the latest version. Please let us know if additional clarification is needed. Thank you.
Prerequisites: It says Node.js 10.x, but then says the latest version has only been tested with Node.js 8.10
Declare environment variables: It says to make variables TEMPLATE_BUCKET_NAME and DIST_BUCKET_NAME, but then in step 04, it references TEMPLATE_OUTPUT_BUCKET and DIST_OUTPUT_BUCKET
Upload deployment assets to your Amazon S3 bucket: It says to copy ./dist to the S3 bucket, but after running the build script, it doesn't generate a dist directory.