Skip to content

earzur/pdnsui

Repository files navigation

pdnsui

Build Status

GitHub: https://github.com/earzur/pdnsui/

A PowerDNS UI ThatDoesntSuck™ (well, hopefully)

![pdnsui] (https://raw.github.com/earzur/pdnsui/develop/misc/powerdns.mysql)

This softwre is very alpha. You definitively shouldn't use it on production servers yet !

Installing

  • Clone the repository
git clone https://leucos@github.com/earzur/pdnsui.git
cd pdnsui
git checkout develop
  • If you're using rvm, it should create a gemset automatically

  • If you're just testing around, create a powerdns MySQL database using the sql file given in misc/powerdns.mysql :

mysqladmin create powerdns-test -u root -p
mysql powerdns-test -p -u root < misc/powerdns.mysql
  • Configure the database
cp config/database.rb.sample config/database.rb
vim config/database.rb
  • Start the application
bundle
MODE=DEV ramaze start -s thin

(you might need to bundle exec depending on your configuration)

Note : you don't need to have powerdns on the machine to try things out. However, advanced features (slave notifications, dns based specs) will require a locally installed powerdns.

Contributing to pdnsui

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published