Skip to content

Build instructions #3809

Answered by jsjoeio
giovanidiniz asked this question in Q&A
Jul 17, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I just learned about code-server and I’m super excited to contribute somehow.

That's amazing! Let's see how we can help you.

Hmm...your process looks right 🤔 Let me walk through how I usually do it.

  1. yarn to install dependencies
  2. yarn build to build code-server
  3. yarn build:vscode to build vscode
  4. yarn release to create release packages
  5. cd release-packages to find the release files
  6. tar -xzf code-server*-linux-amd64.tar.gz to untar the release
  7. ./release-packages/code-server*-linux-amd64.tar.gz/bin/code-server

I think that should run the binary and spin up code-server on port 8080.

Let me know if that works/helps!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@giovanidiniz
Comment options

@giovanidiniz
Comment options

@jsjoeio
Comment options

Answer selected by jsjoeio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3801 on July 19, 2021 17:12.