1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-11 15:39:52 +02:00
ttrss-docker-compose/src/app/build-prepare.sh

11 lines
275 B
Bash
Raw Normal View History

2020-01-23 15:20:12 +03:00
#!/bin/sh
DST_DIR=/src/tt-rss
mkdir -p $DST_DIR
2020-01-23 15:20:12 +03:00
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
2020-01-23 15:20:12 +03:00
mkdir -p /var/www