mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2025-12-23 22:18:19 -05:00
updated some setup steps
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -35,3 +35,8 @@ web/!.env.test
|
||||
# Vite
|
||||
web/vite.config.js.timestamp-*
|
||||
web/vite.config.ts.timestamp-*
|
||||
|
||||
# pycache
|
||||
__pycache__
|
||||
|
||||
# Postgres
|
||||
|
||||
18
README.md
18
README.md
@@ -40,6 +40,24 @@ other services.
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Developer Quick Start
|
||||
|
||||
```bash
|
||||
pip install uv
|
||||
uv venv
|
||||
# Activate the virtual environment
|
||||
uv pip install -e .
|
||||
```
|
||||
```bash
|
||||
docker compose up db -d
|
||||
```
|
||||
|
||||
```bash
|
||||
uv run alembic upgrade head
|
||||
```
|
||||
|
||||
|
||||
|
||||
### [View the docs for installation instructions and more](https://maxdorninger.github.io/MediaManager/configuration-overview.html#configuration-overview)
|
||||
|
||||
<!-- ROADMAP -->
|
||||
|
||||
@@ -32,3 +32,7 @@ dependencies = [
|
||||
"pillow>=11.2.1",
|
||||
"pillow-avif-plugin>=1.5.2",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["media_manager*"]
|
||||
exclude = ["web*", "Writerside*", "metadata_relay*", "tests*"]
|
||||
|
||||
Reference in New Issue
Block a user