Changes

From Amahi Wiki
Jump to: navigation, search
<pre>service httpd restart</pre>
* Update Amahi 7 database settings<br />
<pre>echo "INSERT INTO DELETE FROM `dns_aliases` (`where id`, `name`, `address`) VALUES(=99, 'appname', '')" | mysql -uroot -phda hda_production</pre><pre>echo "INSERT INTO DELETE FROM `webapps` (`id`, `name`, `path`, `kind`, `aliases`, `fname`, `deletable`, `login_required`, `dns_alias_id`, `custom_options`, `created_at`, `updated_at`) VALUES(=99, 'appname', '/var/hda/web-apps/appname', 'HTML', '', '9999-appname.conf', 0, 0, 99, NULL, '2013-11-17 12:00:00', '2013-11-17 12:00:00')" | mysql -uroot -phda hda_production</pre><br />
::Once complete, the web app should now be completely removed.
12,424

edits