Removed mklink for git
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
---
|
||||
type: "note"
|
||||
created: 2024-04-28T01:08:15.643Z
|
||||
type: note
|
||||
updated: 2024-08-05T21:16:56.832Z
|
||||
---
|
||||
|
||||
# PhotoPrism
|
||||
@ -70,19 +72,49 @@ post_max_size = 100M
|
||||
service php8.1-fpm restart
|
||||
echo "<?php phpinfo(); ?>" >> /var/www/html/info.php
|
||||
code .
|
||||
# http://localhost/info.php
|
||||
# https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-with-nginx-on-an-ubuntu-20-04-server
|
||||
# https://www.linuxbabe.com/ubuntu/install-phpmyadmin-nginx-lemp-ubuntu-20-04
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
apt install phpmyadmin -y
|
||||
cp -r /usr/share/phpmyadmin/* /var/www/html/
|
||||
# https://docs.photoprism.app/developer-guide/setup/
|
||||
# bash <(curl -s https://setup.photoprism.app/ubuntu/install-docker.sh)
|
||||
# -
|
||||
# https://docs.photoprism.app/getting-started/faq/#how-can-i-install-photoprism-without-docker
|
||||
# git clone https://github.com/photoprism/photoprism.git
|
||||
# cd photoprism
|
||||
# make all install DESTDIR=/opt/photoprism
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
wsl --export Ubuntu-PhotoPrism Ubuntu-PhotoPrism\ubuntu-PhotoPrism-Empty.tar
|
||||
wsl --import Ubuntu-PhotoPrism .\Ubuntu-PhotoPrism Ubuntu-PhotoPrism\ubuntu-PhotoPrism-Empty.tar
|
||||
# http://localhost/index.php?route=/server/databases
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user