]> scripts.mit.edu Git - wizard.git/blobdiff - doc/setup.rst
Add a PATH note.
[wizard.git] / doc / setup.rst
index d2b514aa1c268b385583a60031b6cb8c94b4c1d2..fbee528d83002ce28778234fe808f3ca9a010b62 100644 (file)
@@ -36,12 +36,27 @@ 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
 
+Finally, you need to generate some metadata for Python.  You can do this
+by running::
+
+    ./refresh.sh
+
+in the root of your Wizard installation.
+
 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
 
+You should also add the :file:`bin` to your path::
+
+    PATH=/mit/$USER/web_scripts/wizard/bin:$PATH
+
+You will need to run this command whenever you do Wizard development; if
+you forget you may accidentally use the system-wide Wizard binary
+installed on Scripts servers.
+
 Application development
 -----------------------