@@ -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 >
0 commit comments