Skip to content
Snippets Groups Projects
Commit 26a64a31 authored by ale's avatar ale
Browse files

only install server components

parent 1c7095c0
Branches
No related tags found
No related merge requests found
......@@ -14,8 +14,10 @@ sysconfdir = /etc/djrandom
all: version.go $(JS_TARGET)
install: all
go get ./...
go install ./...
go get ./server/...
go get ./mapreduce/...
go install ./server/...
go install ./mapreduce/...
rsync -ar ./ui/static/ $(sysconfdir)/static/
rsync -ar ./ui/templates/ $(sysconfdir)/templates/
install -m 755 -o root -g root djrandom.init /etc/init.d/djrandom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment