-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from brain-bican/fix_windows
Windows runner script added
- Loading branch information
Showing
7 changed files
with
52 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
# Taxonomy Development Tools Guide | ||
|
||
This guide is intended for maintainers and editors of CCN2 Taxonomies. | ||
This guide is designed for the maintainers and editors responsible for managing CCN2 Taxonomies. | ||
|
||
The first part of the guide is how to set up a new taxonomy | ||
project. This requires some technical steps. | ||
Initially, the guide provides instructions on preparing your system and initiating a new taxonomy project, which involves several technical procedures. | ||
|
||
The second part of the guide is for curating the CCN2 taxonomies. | ||
Subsequently, it delves into the process of curating the CCN2 taxonomies, offering detailed guidance on the necessary steps and considerations. | ||
|
||
- [Get Your System Ready](Build.md) | ||
- [Create a New Repo](NewRepo.md) | ||
- [Get TDT Docker Image](Build.md) | ||
- [Start Curating Taxonomies](Curation.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
if not exist "%homedrive%%homepath%\tdt_datasets" mkdir "%homedrive%%homepath%\tdt_datasets" | ||
|
||
docker run -v "%cd%:/work" -v "%homedrive%%homepath%\tdt_datasets:/tdt_datasets" -w /work --rm -ti -p 3000:3000 -p 8000:8000 -e "GITHUB_AUTH_TOKEN=%GH_TOKEN%" --env "GITHUB_USER=%GITHUB_USER%" --env "GITHUB_EMAIL=%GITHUB_EMAIL%" ghcr.io/brain-bican/taxonomy-development-tools %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters