PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://github.com/ZachWick/sauce-connect-geriatric
Markdown | 51 lines | 34 code | 17 blank | 0 comment | 0 complexity | 9f9ca864eebe509b56f333ad0b1b222d MD5 | raw file
  1. THIS IS PROBABLY NOT THE REPOSITORY YOU WANT
  2. =============
  3. It's the old version of sauce connect, kept around to help support the customers
  4. who are still using it. If you're new to sauce connect, don't use this. Follow
  5. instructions from saucelabs.com to get the current sauce connect.
  6. Sauce Connect
  7. =============
  8. Our own script to get a private SHH tunnel with Sauce Labs' infrastructure.
  9. Once the tunnel is up and running, our servers will be able to go through it to
  10. access your private applications.
  11. For more info: http://saucelabs.com/products/docs/sauce-connect<br />
  12. Questions: http://saucelabs.com/forums
  13. Code structure
  14. --------------
  15. All the code is actually in a single script named `sauce_connect.py`. The
  16. different platform dependent files are located in bot the `unix` and `windows`
  17. directories and will be copied as is to the final zip during the build process.
  18. The script depends in both
  19. [simplejson](http://pypi.python.org/pypi/simplejson/) and
  20. [plink](http://www.chiark.greenend.org.uk/~sgtatham/putty/), they are
  21. downloaded and added (licenses included) to the final zip during the build,
  22. too.
  23. Building
  24. --------
  25. Just run `make windows` or `make unix` from the root directory to get a zip
  26. ready to distribute.
  27. For dependencies, read the `Makefile`
  28. Installation
  29. ------------
  30. Once built, you don't need to install it. Just download, unzip and run from the
  31. console:
  32. ./sauce_connect -h
  33. For more info: http://saucelabs.com/products/docs/sauce-connect<br />
  34. Questions: http://saucelabs.com/forums