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

forgot "services" dir

parent 91bf4f96
Branches
No related tags found
No related merge requests found
......@@ -14,10 +14,8 @@ sysconfdir = /etc/djrandom
all: version.go $(JS_TARGET)
install: all
go get ./server/...
go get ./mapreduce/...
go install ./server/...
go install ./mapreduce/...
(for dir in server services mapreduce ; do \
go get ./$${dir}/... && go install ./$${dir}/... ; done)
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