安装图床chevereto-v4
date
Feb 10, 2022
slug
chevereto-v4-install
status
Published
summary
付费图床程序 - 无限制域名
tags
图床
type
Post
Summary步骤vps上先搞个snapshot正式安装 https://v4-docs.chevereto.com/get-started/installation.html#using-docker#2验证
Summary
步骤
vps上先搞个snapshot
正式安装 https://v4-docs.chevereto.com/get-started/installation.html#using-docker
mkdir /data/chevereto-v4; cd /data/chevereto-v4
LICENSE=YOUR_V4_LICENSE_KEY &&
curl -f -SOJL \
-H "License: $LICENSE" \
"https://chevereto.com/api/download/4-lite" \
&& unzip chevereto*.zip \
&& composer install \
&& chown www-data: . -R
LICENSE=YOUR_V4_LICENSE_KEY \
docker-compose \
-p chevereto-v4 \
-f httpd-php.yml \
up --abort-on-container-exit