Hi,
Could I have a procedure to update nuBuilder?
I have a server with nuBuilder folder inside /var/www/htm. This files was downloaded when I started to play with nuBuilder. Now it is working right and I would like to be updated.
The "Update" button needs that I download the nuBuilder folder from GitHub previously?
Where I have to put this new folder for update?
The second question is about to have a Test Environment and the right way to transfer changes from Test to Production.
By the way... I am very surprised with this product, easy, fast and great. Hi,
Could I have a procedure to update nuBuilder?
I have a server with nuBuilder folder inside /var/www/html. This files was downloaded when I started to play with nuBuilder. Now it is working right and I would like to be updated.
The "Update" button needs that I download the nuBuilder folder from GitHub previously?
Where I have to put this new folder for update?
The second question is about to have a Test Environment and the right way to transfer changes from Test to Production.
By the way... I am very surprised with this product, easy, fast and great. A really good job. Congratulations!
Thank you very much.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Procedure for update nuBuilder and Test Environment
-
- Posts: 49
- Joined: Thu May 03, 2018 12:08 pm
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Procedure for update nuBuilder and Test Environment
Hi,ahernandez wrote:Could I have a procedure to update nuBuilder?
I have a server with nuBuilder folder inside /var/www/htm. This files was downloaded when I started to play with nuBuilder. Now it is working right and I would like to be updated.
The "Update" button needs that I download the nuBuilder folder from GitHub previously?
Where I have to put this new folder for update?
Let me give you an answer to your first question:
Just replace the existing files with the new ones (from Github) and run Update. Don't forget to backup before updating!
-
- Posts: 49
- Joined: Thu May 03, 2018 12:08 pm
Re: Procedure for update nuBuilder and Test Environment
So easy??
Perfect!!
Thank you toms!
Somebody has an answer for the second question?
Perfect!!
Thank you toms!
Somebody has an answer for the second question?
-
- Posts: 49
- Joined: Thu May 03, 2018 12:08 pm
Re: Procedure for update nuBuilder and Test Environment
humm,
I think the old nuconfig.php must replace the new one... right?
I think the old nuconfig.php must replace the new one... right?
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Procedure for update nuBuilder and Test Environment
Yes, that's important.ahernandez wrote:humm,
I think the old nuconfig.php must replace the new one... right?
-
- Posts: 49
- Joined: Thu May 03, 2018 12:08 pm
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Procedure for update nuBuilder and Test Environment
There is not a "right way" and there is no inbuilt function for that.ahernandez wrote: The second question is about to have a Test Environment and the right way to transfer changes from Test to Production.
But what you can do: Create a copy of your production environment for testing (export your db to nubuilder4.sql and import in your test environment)
Since most of the data is stored in these tables: zzzzsys_form, zzzzsys_object, zzzzsys_tab, zzzzsys_report,
you can transfer new forms/objects to production using sql or create a php procedure to do the job.
-
- Posts: 49
- Joined: Thu May 03, 2018 12:08 pm