Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Test environment for nuBuilder

Questions related to installing, updating, setting up and configuring
pmjd
Posts: 132
Joined: Fri Mar 12, 2021 10:38 am
nuBuilder Version: 4.5

Re: Test environment for nuBuilder

Unread post by pmjd »

Try the instructions on this site for finding which programs/services could be using port 80, so you can stop it and get xampp running Apache
https://knowledge.autodesk.com/support/ ... D-htm.html
base37
Posts: 9
Joined: Fri Aug 27, 2021 10:36 am
nuBuilder Version: 4.5

Re: Test environment for nuBuilder

Unread post by base37 »

Hi Kev1n.
Many thanks for the referral to 000webhost. They seem very reasonable.

I followed the Nubuilder youtube video on installing on Bluehost, and got most of the way with some radical guessing. However, the "bingo" moment at the end of Copley's video eludes me.

Have you done a nuBuilder install on 000webhost? Did it work. Any advice?
regards
kev1n
nuBuilder Team
Posts: 3847
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Test environment for nuBuilder

Unread post by kev1n »

Where exactly are you stuck?
Did you upload the files, create a database and modify nuconfig.php?
base37 wrote: Have you done a nuBuilder install on 000webhost? Did it work. Any advice?
Yes, I just registered an account and successfully installed nuBuilder.
base37
Posts: 9
Joined: Fri Aug 27, 2021 10:36 am
nuBuilder Version: 4.5

Re: Test environment for nuBuilder

Unread post by base37 »

kev1n wrote:Maybe https://www.000webhost.com/ ?
I have setup nuBuilder on 000webhost, setup a database, modified nuconfig.PHP. However, when I run the website I get
Connection failed: SQLSTATE[HY000] [2002] Connection refused
I have looked on both 000webhost and nuBuilder forums without much success. Any suggestions?
kev1n
nuBuilder Team
Posts: 3847
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Test environment for nuBuilder

Unread post by kev1n »

Use localhost in nuconfig.php instead of the IP address:

Code: Select all

$nuConfigDBHost	= "localhost";
base37
Posts: 9
Joined: Fri Aug 27, 2021 10:36 am
nuBuilder Version: 4.5

Re: Test environment for nuBuilder

Unread post by base37 »

kev1n wrote:Use localhost in nuconfig.php instead of the IP address:

Code: Select all

$nuConfigDBHost	= "localhost";
Eureka! Localhost, spotting blank at start of db password, and restarting browser after changes combined to get me my Bingo moment. Now to go off and learn the nuBuilder syntax.
I am very grateful for your help. :D
Dalkeith
Posts: 40
Joined: Thu Jun 23, 2016 10:33 am
Location: Edinburgh
Contact:

Re: Test environment for nuBuilder

Unread post by Dalkeith »

base37 wrote:I am keen to test nuBuilder forte before I commit to purchasing a website. Are you aware of any try before you buy sites for nuBuilder, similar to the Knack offering
Base not free but I have found InMotion very good they have a help desk chat option that is really really good.

Before you buy I would recommend you check that you can have unlimited subdomains AND you have cPanel. If that the case you can set up an infinite number of nuBuilder apps. (subject to disk space). In reality it means that every additional nuBuilder application after the first one is free up to the point whereby you hit the disk space limit.

With cPanel you have
Complete control and access to the mysql database
Ability to create subdomains easily
Ability to set permissions to the mysql database and create users..

This is my notes on installation of Nubuilder on cPanel - any host you get that has cPanel it should be the same. And I worked this out from Steven's the bluehost video.

https://cloudydatablog.net/?p=3236
My Blog - cloudydatablog.net https://cloudydatablog.net/
databs1234
Posts: 19
Joined: Wed Sep 06, 2023 12:45 am
nuBuilder Version: 4.5

Re: Test environment for nuBuilder

Unread post by databs1234 »

I've tried setting this up with bluehost.com and can't get it to work. Are these settings and instructions still good? The version on Gethub looks the same at 4.5. The url sub domain comes up with a blank screen and I don't get the login. Then it times out. There is a port setting in the nuconfig.php file that's not shown in the video or instructions. Wondering if that's the issue. Thanks.
kev1n
nuBuilder Team
Posts: 3847
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Test environment for nuBuilder

Unread post by kev1n »

Are there error logs ?
Dalkeith
Posts: 40
Joined: Thu Jun 23, 2016 10:33 am
Location: Edinburgh
Contact:

Re: Test environment for nuBuilder

Unread post by Dalkeith »

databs1234 - Yes I believe those instructions will still work although I haven't done an install since 2021
My Blog - cloudydatablog.net https://cloudydatablog.net/
Post Reply