Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from agccie/agccie-patch-1
Browse files Browse the repository at this point in the history
Added upgrade notes
  • Loading branch information
agccie authored Jul 23, 2018
2 parents 5eabadc + 5d07a78 commit 498bc4c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<output omitted>
eptracker@eptracker:/var/www/eptracker$ git pull origin master
<output omitted>
eptracker@eptracker:/var/www/eptracker$ sudo service apache2 restart
Manual Setup
""""""""""""
Expand Down

0 comments on commit 498bc4c

Please sign in to comment.