Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Provision remote development environments via Terraform

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE
Unknown
LICENSE.enterprise
NotificationsYou must be signed in to change notification settings

coder/coder

Repository files navigation

"GitHub Discussions""Join us on Slack"Twitter Followcodecov

Provision remote development environments with Terraform.

Kubernetes workspace in Coder v2

Highlights

  • Automate development environments for Linux, Windows, and macOS
  • Start writing code with a single command
  • Get started quickly using one of theexamples provided

Installing Coder

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.

Your first workspace

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

Modifying templates

You can edit the Terraform template using a sample template:

coder templates initcd gcp-linux/vim main.tfcoder templates update gcp-linux

Documentation

Contributing

Read thecontributing docs.

Contributors

NameStart DateFirst PR DateOrganizationGitHub User Link
Mathias Fredriksson04/25/202204/25/2022Codermafredri
Spike Curtis05/02/202205/06/2022.Coderspikecurtis
Kira Pilot05/09/202205/09/2022CoderKira-Pilot
David Wahler05/09/202204/05/2022Coderdwahler

About

Provision remote development environments via Terraform

Topics

Resources

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE
Unknown
LICENSE.enterprise

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp