From 5d07a787ac6b9101e2a8dd2b74187c16f409833c Mon Sep 17 00:00:00 2001 From: Andy Gossett Date: Mon, 23 Jul 2018 16:31:47 -0400 Subject: [PATCH] Added upgrade notes --- docs/install.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index d3923969..83db9284 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -111,6 +111,24 @@ The quickest way to get up and running is to spin up a host/VM/container and exe stopping all fabrics eptracker@ept-dev:/var/www/eptracker$ sudo service apache2 restart +Upgrading +""""""""" + +If you have downloaded the OVA you may want to upgrade the source code to the most recent release to get all recent fixes/features. To do so, simply perform a git pull on the source directory and restart apache. For example: + +.. code-block:: bash + + eptracker@eptracker:~$ cd /var/www/eptracker/ + eptracker@eptracker:/var/www/eptracker$ git remote -v + origin https://github.com/agccie/ACI-EnhancedEndpointTracker.git (fetch) + origin https://github.com/agccie/ACI-EnhancedEndpointTracker.git (push) + + eptracker@eptracker:/var/www/eptracker$ git reset --hard + + eptracker@eptracker:/var/www/eptracker$ git pull origin master + + + eptracker@eptracker:/var/www/eptracker$ sudo service apache2 restart Manual Setup """"""""""""