Skip to content

Commit

Permalink
some additions
Browse files Browse the repository at this point in the history
  • Loading branch information
muckelba committed Jan 19, 2021
1 parent 3774361 commit 659b967
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ To preview your changes, make sure to install the requirements (:code:`pip insta
installation/index
device_setup/index
madmin/index
updating/index
api/index
extras/index
faq
Expand Down
16 changes: 14 additions & 2 deletions updating/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _sec_updating:

Updating
========
Updating MAD
============

To update an existing MAD install, first stop MAD (this varies depending on how you run MAD), and then update the git repository.

Expand All @@ -10,3 +10,15 @@ To update an existing MAD install, first stop MAD (this varies depending on how
git pull
Then start MAD again.


Updating Devices
================

There are a lot of ways to update an APK on an Android device, probably the most easy way is to use the :ref:`MADmin Wizard <sec_madmin_wizard>`.

Good alternatives are:

- ADB (:code:`adb install -r app.apk`)
- Simple MADmin job (Jobs --> Create APK install job)
- Shell scripts like `update_mad.sh <https://github.com/Map-A-Droid/MAD-ATV/blob/master/update_mad.sh>`_

0 comments on commit 659b967

Please sign in to comment.