- Notifications
You must be signed in to change notification settings - Fork928
Rewrite README for launch#1731
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
13 commits Select commitHold shift + click to select a range
608208b
Add logos
ammarioabf9ea5
Complete "How it Works" section
ammario7436e18
Horizontalize providers graphic
ammariob7bba22
Integrate Ben's improvements
ammario8b0cc24
Fix conflicts
ammario912aad4
Add IDEs
ammario97b09fd
Add new hero image
ammariob5c661f
Update images!
ammario8b2b49b
Center!
ammario7900357
Resize images
ammario4c58556
Clean up text
ammariofa4524b
Space out IDE icons
ammarioe19f331
Small edits
ammarioFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -14,6 +14,7 @@ vendor | ||
.eslintcache | ||
yarn-error.log | ||
.idea | ||
.DS_Store | ||
# Front-end ignore | ||
.next/ | ||
61 changes: 50 additions & 11 deletionsREADME.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -8,22 +8,61 @@ Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache | ||
Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) | ||
[](https://codecov.io/gh/coder/coder) | ||
Coder turns your cloud into a fleet of remote development servers. | ||
<p align="center"> | ||
<img src="./docs/images/hero-image.png"> | ||
</p> | ||
**Code more** | ||
- Build and test faster | ||
- LeveragingcloudCPUs, RAM,network speeds, etc. | ||
-Access your environment from any place on any client (even an iPad) | ||
-Onboard instantly then stay up to date continuously | ||
**Manage less** | ||
- Ensure your entire team is using the same tools and resources | ||
- Rollout critical updates to your developers with one command | ||
- Automatically shut down expensive cloud resources | ||
- Keep your source code and data behind your firewall | ||
## How it works | ||
Coder workspaces are represented with Terraform. But, no Terraform knowledge is | ||
required to get started. We have a database of pre-made templates built into the | ||
product. Terraform empowers you to create | ||
environments on _anything_, including: | ||
bpmct marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
- Cloud VMs | ||
- Kubernetes containers (including AKS, EKS, GKS) | ||
- Docker containers | ||
- Dedicated servers (Hetzner, OVH, etc.) | ||
- Linux, Windows and MacOS environments | ||
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars | ||
and whatever else Terraform lets you dream up. | ||
<p align="center"> | ||
<img src="./docs/images/providers-compute.png"> | ||
</p> | ||
[Learn more about managing infrastructure.](./docs/templates.md) | ||
## IDE Support | ||
bpmct marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
Coder gives you a few ways of accessing your workspace: | ||
- `coder port-forward` a remote port to a local port | ||
- `coder ssh` | ||
- A URL interface to HTTP services | ||
With these methods, you can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/). | ||
<p align="center"> | ||
<img src="./docs/images/ide-icons.svg" height=72> | ||
</p> | ||
## Installing Coder | ||
48 changes: 48 additions & 0 deletionsdocs/images/aws.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletionsdocs/images/azure.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/editors.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/gcp.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addeddocs/images/hero-image.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.