Subversion Repositories Koakuma

Rev

Rev 4 | Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 7
Line 1... Line 1...
1
# $Id: Makefile 4 2024-10-01 15:42:33Z nishi $
1
# $Id: Makefile 7 2024-10-01 23:02:36Z nishi $
2
 
2
 
3
PREFIX = /usr/local
3
PREFIX = /usr/local
4
REPLACE = sed "s%@@PREFIX@@%$(PREFIX)%g"
4
REPLACE = sed "s%@@PREFIX@@%$(PREFIX)%g"
5
 
5
 
6
.PHONY: install
6
.PHONY: install
Line 26... Line 26...
26
	chmod +x $(PREFIX)/bin/create-project
26
	chmod +x $(PREFIX)/bin/create-project
27
	chmod +x $(PREFIX)/bin/launch-job
27
	chmod +x $(PREFIX)/bin/launch-job
28
	@echo
28
	@echo
29
	@echo Make sure $(PREFIX)/lib/koakuma/db is writable by your HTTPd user.
29
	@echo Make sure $(PREFIX)/lib/koakuma/db is writable by your HTTPd user.
30
	@echo By default, Koakuma stock Apache config uses $(PREFIX)/etc/koakuma/passwd
30
	@echo By default, Koakuma stock Apache config uses $(PREFIX)/etc/koakuma/passwd
31
	@echo for authentication.
31
	@echo for RPC authentication.