This repository was archived by the owner on Oct 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Open a terminal in VS Code (or any shell) and run:
2929
3030``` bash
3131cd 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
6462Then:
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
128126Login:
129127
130- - ** Username:** ` spadmin `
128+ - ** Username:** i.e ` spadmin `
131129- ** Password:** ` testuser `
132130
133131Select any collection from the drop-down.
You can’t perform that action at this time.
0 commit comments