Updating¶
Till OC 2.0¶
1 2 3 4 5 6 7 8 9 | root@shell> cd /opt
root@shell> git fetch
root@shell> git checkout tags/<version> // e.g 1.1
root@shell> cd /opt/src/frontend
root@shell> yarn
root@shell> oc restart_frontend
root@shell> cd /opt/src/backend
root@shell> gradle build
root@shell> oc restart_backend
|
From OC 2.0¶
Please use Update Assistant to update OpenCelium from version 2.0. You can find more in the documentation of Usage/Admin Panel chapter.