- Notifications
You must be signed in to change notification settings - Fork928
Provision remote development environments via Terraform
License
AGPL-3.0, Unknown licenses found
Licenses found
AGPL-3.0
LICENSEUnknown
LICENSE.enterpriseNotificationsYou must be signed in to change notification settings
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 projects init$ coder projects 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 projects init$cd gcp-linux/$ vim main.tf$ coder projects update gcp-linux
Read thecontributing docs.
About
Provision remote development environments via Terraform
Topics
Resources
License
AGPL-3.0, Unknown licenses found
Licenses found
AGPL-3.0
LICENSEUnknown
LICENSE.enterpriseCode of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.