Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 31, 2022
1 parent 89591c4 commit 3d450f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/doc/en/developer/workspace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ For this to work, you first have to authorize Gitpod with Trac:
1. In the running Gitpod workspace, generate a new SSH key pair by ``ssh-keygen -f tempkey``.
2. Save the private key as a secure environment variable in Gitpod using
``gp env PRIVATE_SSH_KEY="$(<tempkey)"``,
or by using `Gitpod UI <https://www.gitpod.io/docs/environment-variables#using-the-account-settings>`_.
or by using the `Gitpod UI <https://www.gitpod.io/docs/environment-variables#using-the-account-settings>`_.
3. Register the public key with Trac following the instructions in :ref:`section-trac-ssh-key`.
4. Close this Gitpod workspace.

After following this procedure, every new Gitpod workspace will have a
working ``trac`` remote to which you can push your changes.

You can also `use your VS Code Desktop <https://www.gitpod.io/docs/develop/vscode-desktop-support>`_ to keep
your local IDE configuration while still benefiting from Gitpod’s high-spec servers and automated prebuilds.

0 comments on commit 3d450f3

Please sign in to comment.