# HG changeset patch # User om # Date 1386336345 -3600 # Node ID 8370ae0985e3c04d56a9a06de46d3034929932e8 # Parent ff138e89aa4da49480f20239053797e3bc00a636 added fast starter for the RESTful servers diff -r ff138e89aa4d -r 8370ae0985e3 OpenSecurity/bin/os-admind.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OpenSecurity/bin/os-admind.bat Fri Dec 06 14:25:45 2013 +0100 @@ -0,0 +1,4 @@ +@echo off +cd %0%\.. +C:\Python27\python opensecurityd.py 8080 + diff -r ff138e89aa4d -r 8370ae0985e3 OpenSecurity/bin/os-clientd.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OpenSecurity/bin/os-clientd.bat Fri Dec 06 14:25:45 2013 +0100 @@ -0,0 +1,3 @@ +@echo off +cd %0%\.. +C:\Python27\python opensecurity_client_restful_server.py 8090 \ No newline at end of file