上传者: 42104947
|
上传时间: 2021-02-03 14:05:20
|
文件大小: 37.01MB
|
文件类型: ZIP
目录
TL; DR
git clone https://github.com/ueewbdy93/wedding-screen.git && cd wedding-screen
构建: cp src/config/config.sample.json src/config/config.json && npm install && npm run build
启动服务器: npm run start
现在,您可以使用自己喜欢的浏览器以用户的身份浏览该服务,位于以作为 (密码:happy)。
TL; DR与Docker
docker pull dy93/wedding-screen:latest
准备3个文件夹:
images :将您的图片放入其中
config :将config.json放入其中。 有关详细信息,请参见。
db :将在其中创建db文件的空文件夹
docker run -d -p 5566:5566 -v /PATH/TO/config:/usr/src/app/dist/config -v /PATH/TO/db:/usr/src/app/db -v /