summaryrefslogtreecommitdiff
path: root/docs/testers
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-12-19 09:38:42 +0900
committerkali <kali@leap.se>2012-12-19 09:38:42 +0900
commit41a084823ebc967fcabb613a97e8d72c662dbe18 (patch)
tree37a225034c91775faf30f7f90fdb567adee33d14 /docs/testers
parent5c0eb246d468454de9e84dca0d08c813459a5a6d (diff)
added transifex config, updated some docs
Diffstat (limited to 'docs/testers')
-rw-r--r--docs/testers/howto.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst
index f46711b4..6212ed72 100644
--- a/docs/testers/howto.rst
+++ b/docs/testers/howto.rst
@@ -27,11 +27,15 @@ First, install all the base dependencies plus git, virtualenv and development fi
Bootstrap script
^^^^^^^^^^^^^^^^
.. note:: getting latest version of this script.
+
At some moment we will publish an url from where you can download this script. For now, you can copy and paste this.
.. note::
This will fetch the *develop* branch. If you want to test another branch, just change it in the line starting with *pip install...*. Alternatively, bug kali so she add an option branch to a decent script.
+.. note::
+ This script could make use of the after_install hook. Read http://pypi.python.org/pypi/virtualenv/
+
Then copy and paste this script somewhere in your path, in the parent folder where you want your testing build to be downloaded. For instance, to `/tmp/leap_client_bootstrap`:
.. code-block:: bash
@@ -109,7 +113,12 @@ Thus, if you forget to *activate your virtualenv*, the client will not run from
from the directory where you *sourced* the bootstrap script.
-Refer to :ref:`Using virtualenv <virtualenv>` to learn more about virtualenv.
+Refer to :ref:`Working with virtualenv <virtualenv>` to learn more about virtualenv.
+
+Policy files
+^^^^^^^^^^^^
+
+If you have never installed the ``leap-client`` globally, **you need to copy a policykit file to its proper path before running it for the first time** (you only need to do this once). This, unless the virtualenv-based operations, will need root permissions. See :ref:`running openvpn without root privileges <policykit>` section for more info on this.
Config files
^^^^^^^^^^^^