init
This commit is contained in:
commit
a0a338067b
16 changed files with 898 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# /usr/share/webdav/templates
|
||||
all:
|
||||
go build -o webdav ./src
|
||||
mkdir -p /srv/bin
|
||||
mv webdav /srv/bin/
|
||||
cp webdav.service /etc/systemd/system/
|
||||
systemctl enable webdav
|
||||
systemctl start webdav
|
Loading…
Add table
Add a link
Reference in a new issue