-
Notifications
You must be signed in to change notification settings - Fork 41
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
documentation, round 1 #5
Comments
Hi there, jforman. I'm evaluating binder on Ubuntu 14.04 and had to install a few dependencies before I could successfully install other prereqs via pip: apt-get install python-dev libxml2-dev libxslt-devIt would be nice to have que python prereqs on a requirements.txt file. For instance, this is the output of a pip freeze on my virtualenv: BeautifulSoup==3.2.1 Also not mentioned in the docs, "zone-statistics true;" must be set in named.conf.options (debunduish configs) After these, I could get it to create and delete records on my test bind. Still needs a lot of work until it's ready for real world usage, but it's a nice piece of work! |
I've added a bit about zone-statistics in 27ec2e2. I want to read up on requirements.txt since I just did a bit of work on pybindxml today. |
Thanks for the comment, and the idea of a requirements file. I've added this to the repo with cb44c45. Binder is mostly a free-time exercise for me away from the day job and family, glad you enjoy it. |
Document:
The text was updated successfully, but these errors were encountered: