Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit c9c579f

Browse files
committed
Add changes for 985069a
1 parent 1a95df3 commit c9c579f

3 files changed

Lines changed: 9 additions & 15 deletions

File tree

_sources/developer_utils/Install_Specify7.md.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Open a terminal in VS Code (or any shell) and run:
2929

3030
```bash
3131
cd specify7
32-
git checkout tags/v7.8.6
32+
git checkout tags/v7.11.1
3333
```
3434

3535
---
@@ -57,9 +57,7 @@ pip3 install --upgrade -r requirements.txt
5757

5858
## 5) Get a seed database
5959

60-
Download a database from the Specify test panel. Prefer:
61-
- `ciscollections_2025_02_10_4__2025_08_22`
62-
- `KUBirds_2024_06_06_2_2025_08_05`
60+
Download a database from the Specify test panel.
6361

6462
Then:
6563

@@ -85,7 +83,7 @@ Fill exactly:
8583

8684
- **Server Host:** `localhost`
8785
- **Port:** `3306`
88-
- **Database:** `ciscollections_2025_02_10_4__2025_08_22` *(or the DB you downloaded)*
86+
- **Database:** `DATABASE_NAME`
8987
- **Show all databases:** ✅ checked
9088
- **Username:** `root`
9189
- **Password:** your root password (must match `MYSQL_ROOT_PASSWORD` below)
@@ -127,7 +125,7 @@ Open the app:
127125

128126
Login:
129127

130-
- **Username:** `spadmin`
128+
- **Username:** i.e `spadmin`
131129
- **Password:** `testuser`
132130

133131
Select any collection from the drop-down.

developer_utils/Install_Specify7.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h2>2) Clone the Specify 7 repo<a class="headerlink" href="#clone-the-specify-7-
198198
<h2>3) Check out the requested tag<a class="headerlink" href="#check-out-the-requested-tag" title="Link to this heading"></a></h2>
199199
<p>Open a terminal in VS Code (or any shell) and run:</p>
200200
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">cd</span><span class="w"> </span>specify7
201-
git<span class="w"> </span>checkout<span class="w"> </span>tags/v7.8.6
201+
git<span class="w"> </span>checkout<span class="w"> </span>tags/v7.11.1
202202
</pre></div>
203203
</div>
204204
</section>
@@ -226,11 +226,7 @@ <h2>4) Python virtual environment + dependencies<a class="headerlink" href="#pyt
226226
<hr class="docutils" />
227227
<section id="get-a-seed-database">
228228
<h2>5) Get a seed database<a class="headerlink" href="#get-a-seed-database" title="Link to this heading"></a></h2>
229-
<p>Download a database from the Specify test panel. Prefer:</p>
230-
<ul class="simple">
231-
<li><p><code class="docutils literal notranslate"><span class="pre">ciscollections_2025_02_10_4__2025_08_22</span></code></p></li>
232-
<li><p><code class="docutils literal notranslate"><span class="pre">KUBirds_2024_06_06_2_2025_08_05</span></code></p></li>
233-
</ul>
229+
<p>Download a database from the Specify test panel.</p>
234230
<p>Then:</p>
235231
<ol class="arabic">
236232
<li><p>Open the downloaded <code class="docutils literal notranslate"><span class="pre">.sql</span></code> in an editor.</p></li>
@@ -258,7 +254,7 @@ <h2>6) Configure DBeaver (MySQL/MariaDB)<a class="headerlink" href="#configure-d
258254
<ul class="simple">
259255
<li><p><strong>Server Host:</strong> <code class="docutils literal notranslate"><span class="pre">localhost</span></code></p></li>
260256
<li><p><strong>Port:</strong> <code class="docutils literal notranslate"><span class="pre">3306</span></code></p></li>
261-
<li><p><strong>Database:</strong> <code class="docutils literal notranslate"><span class="pre">ciscollections_2025_02_10_4__2025_08_22</span></code> <em>(or the DB you downloaded)</em></p></li>
257+
<li><p><strong>Database:</strong> <code class="docutils literal notranslate"><span class="pre">DATABASE_NAME</span></code></p></li>
262258
<li><p><strong>Show all databases:</strong> ✅ checked</p></li>
263259
<li><p><strong>Username:</strong> <code class="docutils literal notranslate"><span class="pre">root</span></code></p></li>
264260
<li><p><strong>Password:</strong> your root password (must match <code class="docutils literal notranslate"><span class="pre">MYSQL_ROOT_PASSWORD</span></code> below)</p></li>
@@ -296,7 +292,7 @@ <h2>8) Run Specify 7<a class="headerlink" href="#run-specify-7" title="Link to t
296292
</ul>
297293
<p>Login:</p>
298294
<ul class="simple">
299-
<li><p><strong>Username:</strong> <code class="docutils literal notranslate"><span class="pre">spadmin</span></code></p></li>
295+
<li><p><strong>Username:</strong> i.e <code class="docutils literal notranslate"><span class="pre">spadmin</span></code></p></li>
300296
<li><p><strong>Password:</strong> <code class="docutils literal notranslate"><span class="pre">testuser</span></code></p></li>
301297
</ul>
302298
<p>Select any collection from the drop-down.</p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)