@bishop the best way is indeed pulling new files in through git, here is a rough migration guide:
EDIT: please use the UIconfig file in the `dist` folder, not in the `public` folder!
And restart
----
If you have more questions or run into anything please open a new thread, trying to keep this one focussed on generic gekko development updates.
Code:
cd gekko
git checkout develop # most stable branch right now
git pull
npm install --only=production
# install gekko broker deps
cd exchange
npm install --only=production
# UIConfig location has moved
# only do this if you had a non default UIconfig:
mv web/vue/UIconfig.js mv web/vue/dist/UIconfig.js
EDIT: please use the UIconfig file in the `dist` folder, not in the `public` folder!
And restart
----
If you have more questions or run into anything please open a new thread, trying to keep this one focussed on generic gekko development updates.