Browse Source

default install directory change

master
filesite 5 months ago
parent
commit
4791a07bc1
  1. 6
      funs.sh
  2. 4
      install.sh
  3. 21
      template/readme_beauty.md

6
funs.sh

@ -126,7 +126,7 @@ dockerStartAlbumContainer () { @@ -126,7 +126,7 @@ dockerStartAlbumContainer () {
fi
if [ -z "${album_path}" ]; then
homePath=`getHomePath`
album_path="${homePath}/Desktop/Album_by_filesite"
album_path="${homePath}/Desktop/machete家庭相册/"
fi
docker run --name "${album_name}" \
@ -147,7 +147,7 @@ dockerStartVideoContainer () { @@ -147,7 +147,7 @@ dockerStartVideoContainer () {
fi
if [ -z "${blog_path}" ]; then
homePath=`getHomePath`
blog_path="${homePath}/Desktop/Videos_by_filesite"
blog_path="${homePath}/Desktop/machete家庭影院/"
fi
docker run --name "${blog_name}" \
@ -266,7 +266,7 @@ upgradeMacheteInContainers () { @@ -266,7 +266,7 @@ upgradeMacheteInContainers () {
downloadSamplesPhotos () {
savePath=$1
if [ -z "${savePath}" ]; then
savePath="~/Desktop/Album_by_filesite/"
savePath="~/Desktop/machete家庭相册/"
fi
echo "下载演示照片..."

4
install.sh

@ -89,10 +89,10 @@ containerName="machete_album" @@ -89,10 +89,10 @@ containerName="machete_album"
detectDockerContainerExists "${containerName}"
containerExist=$?
if [ $containerExist -eq 0 ]; then
read -p "请输入相册保存绝对路径后回车(默认保存到桌面Album_by_filesite): " album_path
read -p "请输入相册保存绝对路径后回车(默认保存到桌面machete家庭相册): " album_path
if [ -z "${album_path}" ]; then
homePath=`getHomePath`
album_path="${homePath}/Desktop/Album_by_filesite"
album_path="${homePath}/Desktop/machete家庭相册/"
fi
if [ ! -d "${album_path}" ]; then

21
template/readme_beauty.md

@ -1,17 +1,28 @@ @@ -1,17 +1,28 @@
# 家庭相册
Machete基于PHP开发,支持Docker安装、升级,使用方便
Machete是一款简单易用的家庭相册系统,可方便更新升级、支持Docker安装
## 使用场景
* 家庭相册,局域网搭建图片、视频网站,在家庭成员之间、不同设备里共享照片、视频
* 摄影工作室,搭建照片集方便客户在手机里远程挑选照片
* 摄影发烧友,收藏、展示自己的片、视频
* 摄影工作室,搭建照片集方便客户在手机里挑选
* 摄影发烧友,收藏、展示自己的片、视频
## 使用帮助
## 使用方法
欢迎加QQ群交流
1. 通过iPhone、iPad的“隔空传送”发送照片、视频到安装了“家庭相册”的Mac mini电脑;
2. 在Mac mini从“下载”中把收到照片、视频拖动到**桌面**的目录“**machete家庭相册**”;
3. 双击桌面的快捷方式“相册.url”打开网页浏览照片、视频;
4. 用iPhone扫码网页底部的二维码,打开后分享给家庭成员的微信、QQ等,他们就可以在自己的手机里浏览你们共同的照片、视频啦;
注意:
* 网页看到的照片、视频有 **10分钟** 的缓存,如果你打开网页后十分钟内有增加新照片、视频,
请点击网页右上角的“**刷新**”图标清空网页缓存
* 如果你的相册安装目录不是默认的“**machete家庭相册**”,请拖动照片、视频到你的相册目录
如有其它相关疑问,欢迎加QQ群交流:
* <a href="https://jq.qq.com/?_wv=1027&k=WoH3Pv7d" target="_blank">Machete交流群</a>

Loading…
Cancel
Save