forked from bortzmeyer/Web-LangTag
Copy the WSGIs
This commit is contained in:
parent
1a746dea18
commit
fe5aab4f29
3
Makefile
3
Makefile
@ -4,8 +4,10 @@ IMAGES=ltag-icon-en.png favicon.ico
|
||||
ME=$(shell hostname)
|
||||
ifeq ("${ME}","ada")
|
||||
WEBSERVER=/var/www/www.langtag.net
|
||||
WSGIS=/var/www/wsgis-langtag
|
||||
else
|
||||
WEBSERVER=bortzmeyer@www.langtag.net:/var/www/www.langtag.net
|
||||
WSGIS=bortzmeyer@www.langtag.net:/var/www/wsgis-langtag
|
||||
endif
|
||||
GOOGLEVERIF=google75f3cadf7e9fc996.html
|
||||
|
||||
@ -19,6 +21,7 @@ install: all
|
||||
cp -a -r ../GaBuZoMeu/SQL/* .
|
||||
cp -a ../GaBuZoMeu/*.txt test-suites/
|
||||
touch ${GOOGLEVERIF}
|
||||
@echo "Don't forget: sudo cp search.py ${WSGIS} and restart the WSGIs"
|
||||
rsync -q -a ${ALLHTML} ${GOOGLEVERIF} ${IMAGES} ltru.css registries test-suites ${WEBSERVER}
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user