Open avelanarius opened 3 years ago
@tzach / @lauranovich do we have links for it or are they unavailable / wip? who should produce those pages?
I have submited a redirection request according to what is mentioned here https://github.com/scylladb/scylla/issues/9043#issuecomment-884091717 Once it is done we will complete this issue.
We haven't added the redirections as they may not be stable. Instead, the following links can be used:
Launch on AWS https://opensource.docs.scylladb.com/stable/getting-started/install-scylla/launch-on-aws.html Launch on GCP https://opensource.docs.scylladb.com/stable/getting-started/install-scylla/launch-on-gcp.html Launch on Azure https://opensource.docs.scylladb.com/stable/getting-started/install-scylla/launch-on-azure.html
GETTING_STARTED_URL
defined inscylla_util.py
for each cloud has invalid links:https://github.com/scylladb/scylla/blob/6df3139455b5e8810b36aa117f410360cb2773f4/dist/common/scripts/scylla_util.py#L128
None of those links work. I'm not sure what links should be specified in the linked Python script, especially as it seems that those links have been dead for a while now (I'm not sure if there was ever a "Getting started Azure" website).
One of the places that uses those links is
scylla_login
script: https://github.com/scylladb/scylla-machine-image/blob/next/common/scylla_login. It gives a poor UX for a user that starts a Scylla on an unsupported instance and is given a dead link as a instruction to correctly start Scylla.