X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=examples%2Fserver%2FREADME;h=3120bbea46200885a1e1359c0fa6363b10e81d7e;hb=43d732331c81c019906ce393388889b3c08f84e0;hp=2d6509ccbfe334275f54e3c56020151d1e02ec55;hpb=b2088e31507050531169cedee6dd16743b8764d9;p=bbcp.git diff --git a/examples/server/README b/examples/server/README index 2d6509c..3120bbe 100644 --- a/examples/server/README +++ b/examples/server/README @@ -15,15 +15,14 @@ cd ../../BlackBox # 4. Go to the example folder and compile the example cd ../examples/server -ln -s ../../BlackBox/_Linux_GUI/Gtk2 ./ -../../BlackBox/run-BlackBox < buildExample +echo "DevCompiler.CompileThis TcpService TcpServer TcpBytes TcpTask CommTCP Init" | ../../BlackBox/run-BlackBox # 5. Stop any other server that using 80 ports (apache, nginx, ...) # 6. Then you can start server using command: sudo ./bbserver -# To check the work of the server open browsel and look the page http://localhost +# To check the work of the server open browser and look the page http://localhost -# There are scripts ./start and ./stop for the deamon start and stop mode +# There are scripts ./start and ./stop for the daemon start and stop mode