2021-01-03 03:32:31 -05:00
2021-01-02 22:36:53 -05:00
2021-01-02 22:36:53 -05:00
2021-01-02 22:36:53 -05:00
2021-01-03 03:32:31 -05:00

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
The photoprism port for FreeBSD
Readme BSD-2-Clause 403 KiB
Languages
Makefile 40.4%
Shell 40%
Starlark 19.6%