1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mozbase/docs/setuprunning.rst Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +Set up and running 1.5 +------------------ 1.6 + 1.7 +Activities under this domain include installing the software, creating 1.8 +a profile (a set of configuration settings), running a program in a 1.9 +controlled environment such that it can be shut down safely, and 1.10 +correctly handling the case where the system crashes. 1.11 + 1.12 +.. toctree:: 1.13 + :maxdepth: 2 1.14 + 1.15 + mozfile 1.16 + mozprofile 1.17 + mozprocess 1.18 + mozcrash