OP25 - Novice Linux question

Status
Not open for further replies.

AB5ID

Member
Joined
Aug 6, 2007
Messages
1,238
Reaction score
1,188
Location
Lee's Summit, MO (Kansas City)
Okay don't laugh too hard! :)
I have an older version of OP25 running well. I want to update to the latest version to be able use the web interface feature. What terminal commands do I need to enter to update OP25 without messing up what I already have configured and set-up?

Thanks!
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,718
Reaction score
1,123
Location
Talbot Co, MD
Okay don't laugh too hard! :)
I have an older version of OP25 running well. I want to update to the latest version to be able use the web interface feature. What terminal commands do I need to enter to update OP25 without messing up what I already have configured and set-up?

Thanks!
cd ~/op25
git pull
rm -rf build/*
./install.sh
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,718
Reaction score
1,123
Location
Talbot Co, MD
There are less-intensive ways to pull updates, but that one is going to work regardless of what changed/how old your previous version was.
At the simplest level, python-only changes (files ending in .py) can be pulled with a simple "git pull" command, then restart the app.
 
Status
Not open for further replies.
Top