X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=examples%2Fserver%2FREADME;h=e4386a6df305d3aa2a44d0670c131911a1189e00;hb=e39644afd8211f2f52eb9ef3f407f332244da237;hp=218c75a45b99a1ffc67861579c99690665450b10;hpb=cb8d9f1fc051bf846fa1cff34abef0ac3ccffe12;p=bbcp.git diff --git a/examples/server/README b/examples/server/README index 218c75a..e4386a6 100644 --- a/examples/server/README +++ b/examples/server/README @@ -6,8 +6,8 @@ cd ../../BlackBox # 2. Clean previous -./clean ./switch-target none +./clean # 3. Switch to BlackBox Interp and compile ./switch-target `uname -s` Interp @@ -15,14 +15,15 @@ cd ../../BlackBox # 4. Go to the example folder and compile the example cd ../examples/server -../../run-BlackBox < buildExample +ln -s ../../BlackBox/_Linux_GUI/Gtk2 ./ +../../BlackBox/run-BlackBox < buildExample # 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