https://github.com/bpmct/launch-coder
https://github.com/bpmct/launch-coder
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpmct/launch-coder
- Owner: bpmct
- Created: 2021-03-26T23:30:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T22:11:16.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T12:49:04.213Z (over 1 year ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# launch-coder
⚠️: This was a hackathon project and is not recommended for production deployments or in sensitive environments.
This does not work for Coder v1.21+. Specify a --version flag
---
Launch [Coder](https://coder.com) in a simple way. It can:
- Create the recommended Google Cloud Cluster for you
- Install Coder with an automatic domain name: `[yourname].coding.pics`
Preferred environment: Google Cloud Shell. It just works.
## How to use
No need to install the CLI tool locally, run from NPM:
```sh
# For a guided install:
npx @bpmct/launch-coder
# See all commands:
npx @bpmct/launch-coder --help
```
## Install on your machine
```sh
npm i -g launch-coder
launch-coder
```
launch-coder will not install or provision anything without your permission :)
## Troubleshooting
On non-public Dev URLs: `An internal server error occurred`:
- This is an error I get frequently with Dev URLs, GKE, and CloudFlare domains, and it always seems to go away.
- Re-create Dev URL
- Re create environment
- Wait patiently
- Last resort: Make Dev URL public
---
Questions? Join Slack [https://cdr.co/join-community](https://cdr.co/join-community)