mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 03:06:43 +02:00
docs(init): create documentation website using vitepress
- rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
This commit is contained in:
parent
472842fae6
commit
fa5b5f51a4
327 changed files with 5619 additions and 1445 deletions
|
|
@ -23,5 +23,5 @@ mv ./writable/uploads/GeoLite2-City* ./writable/uploads/GeoLite2-City
|
|||
# install rsync for file transfers
|
||||
apt-get install rsync -y
|
||||
|
||||
# create castopo-host folder bundle: uses .rsync-filter (-F) file to copy only needed files
|
||||
rsync -aF --progress . ./castopod-host
|
||||
# create castopod folder bundle: uses .rsync-filter (-F) file to copy only needed files
|
||||
rsync -aF --progress . ./castopod
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ VERSION=$1
|
|||
apt-get install zip -y
|
||||
|
||||
# create zip and tar.gz packages for release upload
|
||||
zip -r castopod-host-$VERSION.zip castopod-host
|
||||
tar -zcvf castopod-host-$VERSION.tar.gz castopod-host
|
||||
zip -r castopod-$VERSION.zip castopod
|
||||
tar -zcvf castopod-$VERSION.tar.gz castopod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue