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

documentation, round 1 #5

Open
jforman opened this issue Apr 15, 2011 · 3 comments
Open

documentation, round 1 #5

jforman opened this issue Apr 15, 2011 · 3 comments

Comments

@jforman
Copy link
Owner

jforman commented Apr 15, 2011

Document:

  • Installation
  • Packages needed
  • named.conf configuration
  • Assumptions
  • URL structure
@vchoi
Copy link

vchoi commented Mar 19, 2015

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-dev

It 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
Django==1.7.7
argparse==1.2.1
beautifulsoup4==4.3.2
dnspython==1.12.0
lxml==3.4.2
pybindxml==0.3
wsgiref==0.1.2

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!

@jforman
Copy link
Owner Author

jforman commented Mar 22, 2015

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.

@jforman
Copy link
Owner Author

jforman commented Mar 22, 2015

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.

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

No branches or pull requests

2 participants