You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Synology Package Repository
14
14
### Installation
15
15
1. Run postgres, e.g. using docker with `docker compose up db`
16
16
2. Install dependencies with `poetry install`
17
-
3.Run the next commands in the virtual environment `poetry shell`
17
+
3.Next activate the env so we can run the next commands in the virtual environment: `eval "$(poetry env activate)"` or use the poetry shell: `poetry self add poetry-plugin-shell` and`poetry shell`
18
18
4. Create the tables with `flask db upgrade`
19
19
5. Populate the database with some fake packages with `flask spkrepo populate_db`
20
20
6. Add a user with `flask spkrepo create_user -u admin -e admin@synocommunity.com -p adminadmin`
0 commit comments