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.

Highlights

  • 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

Getting 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

Your First Workspace

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

Development

The code structure is inspired byBasics of Unix Philosophy andEffective Go.

Coder requires Go 1.18+, Node 14+, and GNU Make.

  • make bin builds binaries
  • make install installs binaries to$GOPATH/bin
  • make test
  • make release dry-runs a new release
  • ./develop.sh hot-reloads for frontend development

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

 
 
 

Contributors203


[8]ページ先頭

©2009-2025 Movatter.jp