]> scripts.mit.edu Git - wizard.git/commitdiff
Minor clarifications from Karen Sittig.
authorEdward Z. Yang <ezyang@mit.edu>
Tue, 22 Dec 2009 05:56:58 +0000 (00:56 -0500)
committerEdward Z. Yang <ezyang@mit.edu>
Tue, 22 Dec 2009 05:56:58 +0000 (00:56 -0500)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
doc/setup.rst

index f33d5836a48def0f962fe6965b37fe7ad3b400af..d2b514aa1c268b385583a60031b6cb8c94b4c1d2 100644 (file)
@@ -10,9 +10,9 @@ SSH into a scripts server to perform testing, you will be able
 to invoke your tools and read your development repository.  In order
 to be able to run the test scripts in the tests directory, this
 is preferably in :file:`web_scripts`.  First, you should ensure that you
-are signed up for the Scripts web service as well as the SQL service::
+are signed up web scripts service and sql.mit.edu::
 
-    athrun scripts
+    athrun scripts # Select "Enable the web scripts service" and "Sign up for a sql.mit.edu account"
 
 .. note::
 
@@ -36,8 +36,10 @@ running tests.  A set of commands that will let you do this would be::
     athrun consult fsr sa /mit/$USER/web_scripts/wizard system:anyuser read
     athrun consult fsr sa /mit/$USER/web_scripts/wizard/tests system:anyuser none
 
-To test if your setup is now working, run one of the test scripts::
+To test if your setup is now working, run one of the test scripts on a Scripts
+server::
 
+    ssh scripts.mit.edu
     /mit/$USER/web_scripts/wizard/tests/mediawiki-install-test.sh
 
 Application development