|
42 | 42 | target="http://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/" |
43 | 43 | >How to Install and Use the Linux Bash Shell on Windows 10</ref>”. Once you’re in a |
44 | 44 | terminal window, you can clone the TEI repos thus: |
45 | | - <lb/><code>git clone git@github.com:TEIC/TEI.git</code> and |
46 | | - <lb/><code>git clone git@github.com:TEIC/Stylesheets.git</code> |
| 45 | + <lb/><code lang="sh">git clone git@github.com:TEIC/TEI.git</code> and |
| 46 | + <lb/><code lang="sh">git clone git@github.com:TEIC/Stylesheets.git</code> |
47 | 47 | </p> |
48 | 48 | <p>It’s probably a good idea to keep these side-by-side. I put mine in a directory called: |
49 | 49 | <code>/Users/hcayless/Development/TEIC</code>. As you will see, it’s a good idea to do |
|
67 | 67 | The directory containing your repositories will be mapped to a directory in the container |
68 | 68 | (which is why it’s easier to put them side-by-side). You’ll run the test container with a |
69 | 69 | command like: |
70 | | - <lb/><code>docker run --name tei -v /Users/hcayless/Development/TEIC:/tei -it -e TZ=America/New_York |
| 70 | + <lb/><code lang="sh">docker run --name tei -v /Users/hcayless/Development/TEIC:/tei -it -e TZ=America/New_York |
71 | 71 | teic/teidev-docker</code> |
72 | 72 | <lb/>which will put you in a Bash shell inside the container (named 'tei'), at the root directory. |
73 | 73 | The directory on your local file system where you cloned the TEI and |
|
102 | 102 | of tests you want to troubleshoot (e.g. <code>make test-oddity</code> in |
103 | 103 | <code>Stylesheets/Test</code> to test ODD-conversion methods). The targets are all defined |
104 | 104 | in the <code>Makefile</code>s.</p> |
105 | | - <p>The <ref target="http://www.tei-c.org/Guidelines/P5/get.xml">Using the TEI GitHub |
| 105 | + <p>The <ref target="https://tei-c.org/guidelines/p5/using-the-tei-github-repository/">Using the TEI GitHub |
106 | 106 | Repository</ref> document has more detail on all the processes you can run, and very |
107 | 107 | meager information on how to get set up to run them—but you just bypassed all that. |
108 | 108 | Besides the <code>make</code> targets listed there, both the TEI and Stylesheets repos |
|
0 commit comments