From 9c44a759f83204a621dbcdc15840ee61041f0731 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Thu, 5 Sep 2013 21:52:22 +0200 Subject: fixing #3688 --- docs/client/user-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client/user-guide.md b/docs/client/user-guide.md index 2e19b68..bfcb3b8 100644 --- a/docs/client/user-guide.md +++ b/docs/client/user-guide.md @@ -8,11 +8,11 @@ Note: currently, this does not completely work. See [testing](testing) You can get the code from LEAP public git repository - git clone git://leap.se/leap_client + git clone https://leap.se/git/leap_client Or from the github mirror - git clone git://github.com/leapcode/leap_client.git + git clone https://github.com/leapcode/leap_client.git Once you have grabbed a copy of the sources, you can install it into your site-packages easily -- cgit v1.2.3 From 1a9829bb8d8a16403db26f0132a3fd4abf2a8719 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 10 Sep 2013 10:38:02 -0400 Subject: add initial outline of tests that we need to do to make sure platform is working properly --- docs/test/release_tests | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/test/release_tests diff --git a/docs/test/release_tests b/docs/test/release_tests new file mode 100644 index 0000000..58c60fb --- /dev/null +++ b/docs/test/release_tests @@ -0,0 +1,15 @@ +what to test before a release +============================= + +deployment tests +---------------- +deployment to PC +deployment to KVM +deployment to vagrant +deployment of everything to one node + +post deployment tests +--------------------- +webapp works? create a user? login as that user? +client works with the above user? +check firewall ports? -- cgit v1.2.3