- 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
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
- Start writing code with a single command
- Get started quickly using one of theexamples provided
Installthe latest release on a system withat least 1 CPU core and 2 GB RAM.
To test, start with dev mode (all data is in-memory and is destroyed on exit):
coder server --dev
To run a production deployment with PostgreSQL:
CODER_PG_CONNECTION_URL="postgres://<username>@<host>/<database>?password=<password>" \ coder server
To run as a system service, install with.deb
(Debian, Ubuntu) or.rpm
(Fedora, CentOS, RHEL, SUSE):
# Edit the configuration!sudo vim /etc/coder.d/coder.envsudo service coder restart
Usecoder start --help
to get a complete list of flags and environmentvariables.
In a new terminal, create a template (e.g., a template toDevelop in Linux onGoogle Cloud):
coder templates initcoder templates create
Create a workspace and connect to it via SSH:
coder create my-first-workspacecoder ssh my-first-workspace
You can edit the Terraform template using a sample template:
coder templates initcd gcp-linux/vim main.tfcoder templates update gcp-linux
Read thecontributing docs.
Name | Start Date | First PR Date | Organization | GitHub User Link |
---|---|---|---|---|
Mathias Fredriksson | 04/25/2022 | 04/25/2022 | Coder | mafredri |
About
Provision remote development environments via Terraform
Topics
Resources
License
AGPL-3.0, Unknown licenses found
Licenses found
Code 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.