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:
29
29
30
30
``` bash
31
31
cd specify7
32
- git checkout tags/v7.8.6
32
+ git checkout tags/v7.11.1
33
33
```
34
34
35
35
---
@@ -57,9 +57,7 @@ pip3 install --upgrade -r requirements.txt
57
57
58
58
## 5) Get a seed database
59
59
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.
63
61
64
62
Then:
65
63
@@ -85,7 +83,7 @@ Fill exactly:
85
83
86
84
- ** Server Host:** ` localhost `
87
85
- ** Port:** ` 3306 `
88
- - ** Database:** ` ciscollections_2025_02_10_4__2025_08_22 ` * (or the DB you downloaded) *
86
+ - ** Database:** ` DATABASE_NAME `
89
87
- ** Show all databases:** ✅ checked
90
88
- ** Username:** ` root `
91
89
- ** Password:** your root password (must match ` MYSQL_ROOT_PASSWORD ` below)
@@ -127,7 +125,7 @@ Open the app:
127
125
128
126
Login:
129
127
130
- - ** Username:** ` spadmin `
128
+ - ** Username:** i.e ` spadmin `
131
129
- ** Password:** ` testuser `
132
130
133
131
Select any collection from the drop-down.
You can’t perform that action at this time.
0 commit comments