James Ketrenos a6adeccd99 Remove type-o of double + + in string concat
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2020-01-02 20:08:57 -08:00
2019-11-28 02:56:30 -08:00
2018-08-22 14:29:34 -07:00
2018-10-23 19:11:12 -07:00

To use the Docker

Create a symbolic link from 'photos' to where your photos are stored, and from 'db' to where you want the DB files:

ln -s /multimedia/Pictures photos
ln -s /multimedia/PicturesDB db

Then build and spin up the container:

docker build . -t photos
docker-compose up -d

At this point, port 8123 will be supporting the photo app.

Upgrade Node

wget -qO- https://deb.nodesource.com/setup_8.x | sudo bash -
sudo apt-get install --yes nodejs

You can then install the latest npm, polymer-cli, and bower:

sudo npm install --global npm@latest
sudo npm install --global polymer-cli
sudo npm install --global bower

Install BLAS to improve performance, and dev tools so

face-recognition can build.

sudo apt install -y libopenblas-dev cmake

NEF processing uses ufraw-batch

sudo apt install -y ufraw-batch

Create photos user for DB

Photos is currently using sqlite, which means you don't need to do anything fancy beyond having run 'npm install' to get sequelize and sqlite3 installed.

Description
ketrenos photo management system
Readme 36 MiB