Skip to content

Commit 985069a

Browse files
Update Install_Specify7.md
1 parent 19f8839 commit 985069a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sphinx/developer_utils/Install_Specify7.md

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.

0 commit comments

Comments
 (0)