-
Hello group, Currently, we at HDC would like to update our leaf instance,
I'm wondering if there are additional steps needed to update a leaf build in production? best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi Gabe. To update with the latest Leaf code on GitHub, you'll also have to run the appropriate database migration scripts and rebuild the API on the server. This workflow is needed to get the latest features and fixes from the Leaf source code. Steps to update Leaf from source code:
Hope this clarifies the steps. -- |
Beta Was this translation helpful? Give feedback.
-
I consider this answered! |
Beta Was this translation helpful? Give feedback.
Hi Gabe.
To update with the latest Leaf code on GitHub, you'll also have to run the appropriate database migration scripts and rebuild the API on the server.
This workflow is needed to get the latest features and fixes from the Leaf source code.
Steps to update Leaf from source code:
npm run build
. This will create a new build bundle, to be copied to the webserver./etc/www
directory or where your web directory is located).Hope this clarifies the steps.
--
Mehadi Hassan