Changes

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

edits