forked fromcoder/coder
- Notifications
You must be signed in to change notification settings - Fork0
Remote development environments on your infrastructure
License
NotificationsYou must be signed in to change notification settings
whitney-coder/coder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Provision remote development environments with Terraform.
- Automate development environments for Linux, Windows, and MacOS in your cloud
- Start writing code with a single command
- Use one of manyexamples to get started
Installthe latest release.
To tinker, start with dev-mode (all data is in-memory, and is destroyed on exit):
$ coder start --dev
To run a production deployment with PostgreSQL:
$ CODER_PG_CONNECTION_URL="postgres://<username>@<host>/<database>?password=<password>" \ coder start
To run as a system service, install with.deb
or.rpm
:
# Edit the configuration!$ sudo vim /etc/coder.d/coder.env$ sudo service coder restart
In a new terminal, create a new project (eg. Develop in Linux on Google Cloud):
$ coder templates init$ coder templates create
Create a new workspace and SSH in:
$ coder workspaces create my-first-workspace$ coder ssh my-first-workspace
You can edit the Terraform from a sample project:
$ coder templates init$cd gcp-linux/$ vim main.tf$ coder templates update gcp-linux
Read thecontributing docs.
About
Remote development environments on your infrastructure
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Go69.9%
- TypeScript27.1%
- Shell2.3%
- Makefile0.2%
- JavaScript0.2%
- Open Policy Agent0.2%
- Other0.1%