Hi,<br><br>Following up on this thread, I got back to tring this GUI again :-)<br>I just installed the latest code from GIT, and have it running. Its quite nice. (I had been using pdnsadmin until now).<br><br>Being new to rails I've questions though:<br>
<br>a) there is no automated startup file for ubuntu? For now I just copied /etc/init.d/skeleton and adapted to /etc/init.d/powerdns-on-rails. Seems to work fine.<br><br>b) in config/database.yml there is the following and this is the DB that is being used.<br>
development:<br>  adapter: mysql<br>  database: powerdns_development<br>  host: localhost<br>  username: root<br>  password:<br>  session_key: powerdns-on-rails<br><br>Now I'd like to:<br>- Migrate a live pdns DB to adapt its structure so that it has the fields/tables needed by powerdns-on-rails.<br>
- Configure powerdns-on-rails to use that new DB.<br>I've copied the DB to "pdns2", and adapted database.yml as follows:<br>production:<br>  adapter: mysql<br>  database: pdns2<br>  host: localhost<br>  username: root<br>
<br>I thought it might be just something like<br>    <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">rake db:migrate </span><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">RAILS_ENV="production"<br>
but that tries to create tables, not update them.<br><br>Thanks in advance,<br><br>Sean<br></span><br><br><br>