added fast starter for the RESTful servers
authorom
Fri, 06 Dec 2013 14:25:45 +0100
changeset 238370ae0985e3
parent 22 ff138e89aa4d
child 24 fad1bd190d92
added fast starter for the RESTful servers
OpenSecurity/bin/os-admind.bat
OpenSecurity/bin/os-clientd.bat
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/OpenSecurity/bin/os-admind.bat	Fri Dec 06 14:25:45 2013 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +@echo off
     1.5 +cd %0%\..
     1.6 +C:\Python27\python opensecurityd.py 8080
     1.7 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/OpenSecurity/bin/os-clientd.bat	Fri Dec 06 14:25:45 2013 +0100
     2.3 @@ -0,0 +1,3 @@
     2.4 +@echo off
     2.5 +cd %0%\..
     2.6 +C:\Python27\python opensecurity_client_restful_server.py 8090
     2.7 \ No newline at end of file