-
Notifications
You must be signed in to change notification settings - Fork 5.9k
add instructions for deploying to a cloud provider #2843
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like what you added to the README.md
.
I think the source-of-truth for the docs and guides should live on the separate deploy-code-server repo though
Agreed! I like the approach you've taken - add a short text snippet and link out to that repo.
I think we should update the install.md
as well like you said then merge this
So, currently the install script takes up a large % of the README, which I think is good. However, are there potentially other things we could do to draw attention to this "quick deploy" option? A few ideas: |
I could be on board with any of those options! I'll defer to you on which you think is best :D |
Ok I ended up just adding an emoji lol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have been working on the cdr/deploy-code-server project which includes one-click buttons and guides to deploy code-server to a cloud provider, such as Linode or Heroku.
@jsjoeio and I have been discussing including parts of this in the code-server repo, as it is a great way to get started using it. It is only a few steps to get an environment that can be accessed from anywhere!
However, I think that we cannot simply add all of the docs and guides to this repo. Here's why:
However, it may be valuable to add links to deploy to certain providers instead of linking to the entire project. We could include a partial table to README or install.md to include this info?
I think the source-of-truth for the docs and guides should live on the separate deploy-code-server repo though
Currently, our install.md currently has (now outdated) instructions for deploying. We could also add there.