An open API service indexing awesome lists of open source software.

https://github.com/josecelano/torrust-codespace

GitHub Codespace for Torrust tracker
https://github.com/josecelano/torrust-codespace

bittorrent bittorrent-tracker github-codespaces

Last synced: 2 months ago
JSON representation

GitHub Codespace for Torrust tracker

Awesome Lists containing this project

README

        

# Torrust Tracker Codespace

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=573100409)

[GitHub Codespace](https://github.com/features/codespaces) for Torrust tracker.

[Torrust](https://torrust.com/) is a GitHub organization that builds BitTorrent-related software using Rust. You can find the official documentation for the project at . But It does not include yet a tutorial for new developers who want to contribute.

This repo contains two tutorials that will help you to set up your dev environment in two different ways:

- Using your machine with the pre-installed dependencies.
- Using this repository. It helps you to set up a GitHub Codespace on your Visual Studio Code.

> NOTICE: it does work for [GitHub Codespaces](https://github.com/codespaces) on the cloud. You can read more on this [issue](https://github.com/josecelano/torrust-codespace/issues/1).

## Tutorials

- [How to install Torrust Tracker for development](./docs/how_to_install_torrust_tracker_for_development.md).
- [How to install Torrust Tracker for development with VSCode Github Codespaces](./docs/how_to_install_torrust_tracker_for_development_with_github_codespaces.md).

## Resources

- [DB Browser for SQLite](https://sqlitebrowser.org/)