1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-11 13:29:52 +02:00
ttrss-docker-compose/src/app/build-prepare.sh
2020-01-25 16:20:00 +03:00

10 lines
275 B
Bash
Executable file

#!/bin/sh
DST_DIR=/src/tt-rss
mkdir -p $DST_DIR
git clone --branch master --depth 1 https://git.tt-rss.org/fox/tt-rss.git $DST_DIR
git clone --branch master --depth 1 https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git $DST_DIR/plugins.local/nginx_xaccel
mkdir -p /var/www