Giter VIP home page Giter VIP logo

Comments (5)

maxime-esa avatar maxime-esa commented on July 30, 2024

The current TASTE VM is a bit old - it is based on Debian9 which does not have important dependencies to support the latest version of OpenGEODE - it is missing Python3.7+ and PySide2. We are working on the updgrade, but it's not ready yet.

If you are familiar enough with Linux, you can manually upgrade:
Set Debian10 repos to /etc/apt/sources.list: add deb http://ftp.fr.debian.org/debian/ buster main non-free contrib and run sudo apt update / sudo apt upgrade

Then go to the ~/tool-src folder and run

$ git pull
$ git checkout feature_buster
$ ./Update-TASTE.sh

This should hopefully upgrade everything. It's an alpha-release, so expect some glitches here and there, but overall it is quite stable.

After this upgrade, you can work wit the latest version of the tools, in particular the new Kazoo build system and Opengeode 3.xx (which you can update at any time). The Quick Reference Card has not been updated to reflect this yet.

The main differences to create/edit a project is that you must just run taste (and not taste-create-project/taste-edit-project anymore). To build, run make.

You can check an example of a system using Opengeode if you go in ~/tool-src/kazoo/tests/Demo_ABB_Opengeode and run make to build it. Then taste to edit.

from opengeode.

wbnns avatar wbnns commented on July 30, 2024

Thanks for spending the time to detail this and help me understand. I will give this a try and report back.

from opengeode.

wbnns avatar wbnns commented on July 30, 2024

@maxime-esa

Success! :) Thanks again!

image

Below is a summary of steps I took in the TASTE VM based on your guidance above, to get it up to date.


Enter shell in TASTE VM:

# Switch to root
sudo su

# Make sure VM image is up to date
apt-get update
apt-get upgrade
apt-get dist-upgrade

# Point APT to Buster to prepare for upgrade
sed -i 's/stretch/buster/g' /etc/apt/sources.list

# Upgrade packages to Buster; when prompted allow services to be restarted automatically
apt-get upgrade

# Upgrade distribution to Buster
apt-get dist-upgrade

# Remove packages no longer needed
apt-get autoremove

# Return to taste user; exit root
exit

# Navigate to TASTE source; upgrade
cd ~/tool-src
git pull
git checkout feature_buster
./Update-TASTE.sh

# Make OpenGEODE demo
cd ~/tool-src/kazoo/tests/Demo_ABB_Opengeode
make
taste

Notes:

  • I was using bash, so I also ran cd /bin ; sudo rm sh ; sudo ln -s bash sh when prompted.
  • It seems post-upgrade that there are now multiple versions of RTEMS referenced in ~/.bashrc.taste

Would you like me to add a few notes to README.md under the Installation section about upgrading the TASTE VM, in case other people go that route as opposed to the manual installation?

from opengeode.

maxime-esa avatar maxime-esa commented on July 30, 2024

Yes, that's a good idea until we upgrade the TASTE VM to Debian 10 (work is ongoing, but it takes some time!). Thanks!

from opengeode.

wbnns avatar wbnns commented on July 30, 2024

Cheers, ok, will do!

from opengeode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.