Early OpenVetSim systems were shipped with code that was in development. As it was released, the code was relocated to a new project archive. This describes how to download the new code from the new repositories.
The simplest method is to remove the old directories and create new ones from the new repositories.
You must be logged in via a terminal session to the PC/Beaglebone to perform these commands. The example below is for the sim-ii project. Use the appropriate project name on the 'cd' and 'git remote add origin' commands.
$ cd /var/www/html
$
$ rm -rf sim-ii
$
$ mv sim-ii sim-ii.old
$
$ git clone https://github.com/openvetsim/sim-ii.git
$
Here are the links for the clone operations:
sim-ctl: | ||
sim-mgr: | ||
sim-ii: | ||
sim-player: | ||
scenarios: |
This page is hosted by I-Town Design, LLC.
Copyright © , I-Town Design, LLC. All Rights reserved.