Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Procedure for update nuBuilder and Test Environment

Questions related to using nuBuilder Forte.
Post Reply
ahernandez
Posts: 49
Joined: Thu May 03, 2018 12:08 pm

Procedure for update nuBuilder and Test Environment

Unread post 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.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Procedure for update nuBuilder and Test Environment

Unread post 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!
ahernandez
Posts: 49
Joined: Thu May 03, 2018 12:08 pm

Re: Procedure for update nuBuilder and Test Environment

Unread post by ahernandez »

So easy??

Perfect!!

Thank you toms!

Somebody has an answer for the second question?
ahernandez
Posts: 49
Joined: Thu May 03, 2018 12:08 pm

Re: Procedure for update nuBuilder and Test Environment

Unread post by ahernandez »

humm,

I think the old nuconfig.php must replace the new one... right?
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Procedure for update nuBuilder and Test Environment

Unread post by toms »

ahernandez wrote:humm,

I think the old nuconfig.php must replace the new one... right?
Yes, that's important.
ahernandez
Posts: 49
Joined: Thu May 03, 2018 12:08 pm

Re: Procedure for update nuBuilder and Test Environment

Unread post by ahernandez »

Ok thanks!
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Procedure for update nuBuilder and Test Environment

Unread post 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.
ahernandez
Posts: 49
Joined: Thu May 03, 2018 12:08 pm

Re: Procedure for update nuBuilder and Test Environment

Unread post by ahernandez »

Good idea toms,

I will do it.

Thank you.
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Procedure for update nuBuilder and Test Environment

Unread post by admin »

.
Post Reply