datawire / forge

Define and run multi-container apps in Kubernetes
http://forge.sh
Apache License 2.0
415 stars 43 forks source link

forge installation #234

Open kmvinoth opened 4 years ago

kmvinoth commented 4 years ago

Tried installing forge as per the documentation on (MacOS Catalina version10.15.3)

curl https://s3.amazonaws.com/datawire-static-files/forge/$(curl https://s3.amazonaws.com/datawire-static-files/forge/latest.url)/forge -o /tmp/forge

Response % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 243 0 243 0 0 455 0 --:--:-- --:--:-- --:--:-- 455 <?xml version="1.0" encoding="UTF-8"?>

AccessDeniedAccess DeniedBD5B75C7504E475BCgTWxJaly3S15XUgzbWAqZtUri8QepHGDx1VsHChk0p44ghlzNi5d35iqVXcH7thSOYYDER5yX8=% Seems that not able to access the s3 bucket of aws. Any help is highly appreciated. Is forge still under active development?
gavboulton commented 4 years ago

The brackets around the inner curl are escaped when this command is pasted into the terminal. See #220.

After you've pasted the command into the terminal, remove the backslashes before the brackets.