Skip to content

server: Add link to server dev-guide in server's README.md #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion trace-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Developing for the server](#developing-for-the-server)
- [Compiling manually](#compiling-manually)
- [Running the server](#running-the-server)
- [Run the Server with SSL](#running-the-server-with-ssl)
- [Running the server with SSL](#running-the-server-with-ssl)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Developing for the server

For information on developing for the '''Trace Compass Trace Server''' see the [Trace Server Developer Guide](https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md).

## Compiling manually

To build the project manually follow the instructions in [BUILDING](../BUILDING).
Expand Down
Loading