mirror of
https://github.com/huo-ju/photoprism-freebsd-port.git
synced 2025-12-12 01:39:56 +01:00
9dd340c826b7282da7ba6527dadfd77e36d4df67
Allow multiple builds without clean.
The photoprism port for FreeBSD
The port will compile and install libtensorflow 1.15.2 and build photoprism from source on FreeBSD.
Install using ports
Download and Install
git clone https://github.com/huo-ju/photoprism-freebsd-port
cd photoprism-freebsd-port
make config
make && make install
Add entries to rc.conf
photoprism_enable="YES"
photoprism_assetspath="/var/photoprism/assets"
photoprism_storagepath="/var/photoprism/storage"
Run the service
service photoprism start
Go to http://your_server_IP_address:2342/ in your browser
Description
Languages
Makefile
40.4%
Shell
40%
Starlark
19.6%