X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=84be628da68a7b4e4d6dd29d5318233a0e461612;hb=refs%2Fheads%2Fpython3;hp=ef55346c7435b768f42402466410430a0d60c376;hpb=e450a7ff804c812404d99c7a955eb1e34f426218;p=plcapi.git diff --git a/Makefile b/Makefile index ef55346..84be628 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ else +$(RSYNC) db-config.d/ $(SSHURL)/etc/planetlab/db-config.d/ +$(RSYNC) plc.d/ $(SSHURL)/etc/plc.d/ +$(RSYNC) apache/plc.wsgi $(SSHURL)/usr/share/plc_api/apache/ - $(SSHCOMMAND) "/etc/plc.d/httpd stop; /etc/plc.d/httpd start" + $(SSHCOMMAND) systemctl restart plc endif #################### convenience, for debugging only