Changes

From Amahi Wiki
Jump to: navigation, search
191 bytes added ,  00:14, 11 April 2017
rm -rf owncloud3
</ul></ul>
* Finally check the HDA database ''hda_production'' (''webapps'' table). The safest way is to use a web application such as [https://www.amahi.org/apps/adminer Adminer] or [https://www.amahi.org/apps/phpmyadmin phpMyAdmin].
** Look to see if there is an entry for each app that failed to install correctly.
** Remove the row(s) that exist for the app (i.e. id 4, 5, 6, and 7)
+----+------------+
5 rows in set (0.00 sec)</pre></blockquote>
 
The safest way is to use a web application such as [https://www.amahi.org/apps/adminer Adminer] or [https://www.amahi.org/apps/phpmyadmin phpMyAdmin]. TO do it via command line, execute the command below for each ''id' that needs to be deleted from the database:
echo "delete from webapps where id =2" | mysql -uroot -phda hda_production
Once these steps are complete, it should be safe to try and install the application. Monitor the '''/var/log/amahi-app-installer.log''' file for progress and errors via command line:
12,424

edits