Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: local vs remote host #973

Closed
guettli opened this issue Sep 5, 2013 · 3 comments
Closed

docs: local vs remote host #973

guettli opened this issue Sep 5, 2013 · 3 comments

Comments

@guettli
Copy link

guettli commented Sep 5, 2013

http://docs.fabfile.org/en/1.7/index.html#installation

I think the above installation instruction should be split:

  • Requirements on the local host
  • Requirements on the remote host.

The docs should answer this questions: Do I need to install python, bash, fabric, paramiko, ... on the remote host?

@JensRantil
Copy link

Requirements on the local host: The first sentence on the documentation frontpage states

Fabric is a Python (2.5 or higher)

That's it. Fabric depends on paramiko, but easy_install/pip will install that automagically as you install Fabric. I could also suggest having a look at virtualenv so you can test different Fabric versions and not bloat your global Python installation.

Requirements on the remote host: That it runs an SSH server such as OpenSSH and that it takes commands. That's it.

@guettli
Copy link
Author

guettli commented Sep 9, 2013

This was not a question, this was a kind hint that the documentation could be improved. Close the issue, if you don't care.

@bitprophet
Copy link
Member

Thanks for the note, @guettli - I thought we mentioned this explicitly/visibly in the docs, but if not, I'll enhance the visibility as this comes up once in a while :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants