Changes

From Amahi Wiki
Jump to: navigation, search
As [[Open_Terminal_as_root|root user]], perform the following steps:
* Remove the Apache configuration file
<blockquote>{{code|rm -rf /etc/httpd/conf.d/9999-appname.conf}}</blockquote>
* Delete the web app directory
<blockquote>{{code|rm -rf /var/hda/web-apps/appname}}</blockquote>
* Restart Apache
<blockquote>{{code|service httpd restart}}</blockquote>
* Update Amahi 7 database settings<br />
<blockquote>{{code|echo "DELETE FROM `dns_aliases` where id=99" | mysql -uroot -phda hda_production echo "DELETE FROM `webapps` id=99" | mysql -uroot -phda hda_production}}</blockquote>
:Once complete, the web app should now be completely removed from your system.
12,424

edits