Page 1 of 1

Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 7:27 am
by ahernandez
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.

Re: Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 7:44 am
by toms
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?
Hi,

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!

Re: Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 10:00 am
by ahernandez
So easy??

Perfect!!

Thank you toms!

Somebody has an answer for the second question?

Re: Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 10:01 am
by ahernandez
humm,

I think the old nuconfig.php must replace the new one... right?

Re: Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 10:12 am
by toms
ahernandez wrote:humm,

I think the old nuconfig.php must replace the new one... right?
Yes, that's important.

Re: Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 10:36 am
by ahernandez
Ok thanks!

Re: Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 2:35 pm
by toms
ahernandez wrote: The second question is about to have a Test Environment and the right way to transfer changes from Test to Production.
There is not a "right way" and there is no inbuilt function for that.

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.

Re: Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 4:26 pm
by ahernandez
Good idea toms,

I will do it.

Thank you.

Re: Procedure for update nuBuilder and Test Environment

Posted: Sun May 13, 2018 6:27 pm
by admin
.