Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== About == PDNSOps2 is a Web-based application which aids in administration of domains and records for PowerDNS running the MySQL and PostgreSQL backend. PDNSOps2 is targeted mainly toward individual domain owners and small businesses, but should be robust enough for use in a larger capacity by an ISP or large host. For those who may not know, PowerDNS is a domain name server application, much like BIND, but offering alternative backends for the storage of domain information. PDNSOps2 is a complete, ground up, rewrite of the original PDNSOps (formerly PDNSAdministrator) code base. Mk 2 is based on the Yii Framework and uses PHP PDO to better support all potential database backends. == Links == Homepage: http://pdnsops.com/ PDNSOps2 code: https://github.com/pdnsops2/pdnsops PDNSOps (Mk 1) code: https://code.google.com/p/pdnsops/ Google Groups: https://groups.google.com/group/pdnsops Twitter: https://twitter.com/#!/pdnsops Blog: http://snowulf.com/category/pdnsops/ PowerDNS: http://wiki.powerdns.com/trac == Install == * Get the latest PDNSOps2 code from ** https://github.com/pdnsops2/pdnsops/zipball/master * Get Latest Yii 1.0 from http://yiiframework.com/ * Unzip PDNSOps to the same folder (e.g. /var/www ) * Untar Yii to folder with PDNSOps (e.g. /var/www/pdnsops) * Rename 'yii-1.version' folder to 'yii' * Create a database and user for PDNSOps * Visit http://yourURLhere/pdnsops/install/ * Follow the installer's instructions * Done! == Multidomain == You may setup many virtualhosts to dir with installed pdnsops On any new virtualhost required new setup from step of creating database. Configuration files has names HOSTNAME.php == License == This software is released under the GNU General Public License (GPL) v2. For the terms of the license, see the file LICENSE included in this distribution. The license is also available in many languages at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html