https://github.com/nature40/photodb
PhotoDB moved to AudioDB repository
https://github.com/nature40/photodb
Last synced: 4 months ago
JSON representation
PhotoDB moved to AudioDB repository
- Host: GitHub
- URL: https://github.com/nature40/photodb
- Owner: Nature40
- License: gpl-3.0
- Created: 2023-08-18T07:53:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T09:44:32.000Z (12 months ago)
- Last Synced: 2025-01-09T11:59:39.457Z (5 months ago)
- Language: Vue
- Homepage: https://github.com/Nature40/audiodb
- Size: 962 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhotoDB
# **PhotoDB has been merged into [AudioDB](https://github.com/Nature40/audiodb).**
For current releases of AudioDB/PhotoDB refer to [https://github.com/Nature40/audiodb](https://github.com/Nature40/audiodb)
---
---
---*Outdated information:*
This repository contains sources, documentation and release packages of PhotoDB.
Requirements: [Java 11 (or newer)](https://adoptium.net)
Supported operation systems: **Ubuntu** and **Windows**
PhotoDB releases: https://github.com/Nature40/photodb/releases
# Deployment on Ubuntu
Install Java, e.g.:
```bash
sudo apt update
sudo apt install openjdk-11-jdk
java -version
```Download PhotoDB package, extract and make excutable:
```bash
unzip *.zip
chmod +x *.sh
```# Running on Ubuntu
Start PhotoDB server:
```bash
./photodb.sh
```Open PhotoDB web-interface on a browser.
Local URL with default port 8080:http://127.0.0.1:8080/
Stop server by key crtl-c or by closing the terminal.
# Deployment on Windows
Install [Java](https://adoptium.net)
Download PhotoDB [package](https://github.com/Nature40/photodb/releases) and extract.
# Running on Windows
Start PhotoDB server: Run the start script from the **command line** or just **double click** at the script file:
```
win_photodb.cmd
```Open PhotoDB web-interface on a **web browser**.
Local URL with default port 8080:http://127.0.0.1:8080/
Stop server by key **ctrl-c** or by closing the terminal.
# Configuration
PhotoDB settings are in YAML file `config.yaml`