-
Notifications
You must be signed in to change notification settings - Fork 5.9k
instead of cloud provider docs, write scripts for each public cloud to startup an instance #187
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
Comments
I kind of disagree here, I think the specific creation guides are useful for some, but I think we should redirect to using the Docker. I was thinking about putting a PR in last night. |
I don't think the guides are any more useful than scripts that are easier to maintain. |
And more automated. |
While I agree they are much easier to maintain, guides are easier to follow for less advanced users. I'm honestly ok with either. |
How are they easier to follow? Scripts are literally, make an account, run this script and enter your creds when prompted. |
Scripts would still require cloning and running. Guides are in my opinion, much easier. |
The one line script was incredibly easy to use, was able to have it running locally in a minute. ...but when you start getting into deployment, the guides are really helpful. If you make a guide with a provider in mind, with a one line script that would be amazing. i.e. Start server in Digital Ocean, ssh, and run this script |
@NGTmeaty we mean something like the command @bketelsen made:
But for every cloud. |
Ah. I guess. That works. |
We can keep the guides but we should move them to the Wiki to make it easier for the community to maintain. |
I did make a Ansible script to reduce the amount of docs needed per provider. It's currently rejected but I moved it on my own repo. |
I’m good w/ the ansible guide being on the wiki |
Yup, ansible is linked to from the wiki. https://github.com/codercom/code-server/wiki/Deployment |
Guides please. Allows users to understand what is going on and make changes if needed. |
Going to close as it has been a while and I'm not sure if this is relevant anymore. |
Would make our docs less bloated, and easier to test/maintain.
Or just make the docs use the docker image instead to simplify deployment.
The text was updated successfully, but these errors were encountered: