Home | History | Annotate | Download | only in testrunner

Lines Matching full:server

33 1.) Copy tools/test-server.py to a new empty directory anywhere on your hard
37 2.) Navigate to the new directory and let the server setup itself:
39 $ ./test-server.py setup
47 $ ./test-server.py approve /wherever/they/put/it/yourname.pem
53 1.) Start your server:
55 $ ./test-server.py start
57 2.) (Optionally) inspect the server's status:
59 $ ./test-server.py status
81 ./test-server.py:
82 Interface to interact with the server. Contains code to setup the server's
83 working environment and can start and stop server daemon processes.
84 Imports some stuff from the testrunner/server/ directory.
112 ./testrunner/server/*:
118 ./testrunner/server/compression.py:
131 The server daemon starts four separate servers, each listening on another port:
134 to those peers directly (one of them will be the locally running server).