Welcome to the nuBuilder forums!

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

nuBuilder4 installation

Questions related to installing, updating, setting up and configuring
Post Reply
iamcio
Posts: 1
Joined: Tue Jan 22, 2019 10:00 pm

nuBuilder4 installation

Unread post by iamcio »

Does nuBuilder4 work on the following config?

Apache Version 2.4.37
PHP Version 5.6.38
MySQL Version 10.1.37-MariaDB-cll-lve

I have uploaded the files and changed the config file with correct database details.
What next? How do I run/install the application?
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: nuBuilder4 installation

Unread post by kev1n »

Open your browser and go to http://YOUR-DOMAIN/nuBuilder (or wherever your nuBuilder installation is). Login with globeadmin. That's all.
Janusz
nuBuilder Team
Posts: 480
Joined: Fri Dec 28, 2018 1:41 pm
nuBuilder Version: 4.5
Location: Krakow, Poland
Has thanked: 1 time

Re: nuBuilder4 installation

Unread post by Janusz »

Hi,
Just few weeks ago I was installing NuBuilder and as a completelly new user in that subject I had some basic problems to have it finally installed. So let me share some experience with installation of nubuilder. I do not know if it is the shortest and best way to install but it works.
(Debian Stretch, PHP7.3)

So assuming your main www folder is in: /var/www/html

copy the downloaded nuBuilder files to the /var/www/html

or issue the following sequence of commads:

Code: Select all

cd /var/www/html
wget https://sourceforge.net/projects/nubuilder/files/latest/download
unzip download
cd nubuilder4-master
cp -R * ..
cd /var/www/html
rm download
rm -r nubuilder4-master
Now with PHPmyAdmin - create mySql database: nubuilder4
create user: globeadmin (assign password)
Import nubuilder4.sql (from /var/www/html)
(with PHPmyAdming for example)

add priviliges to globeadmin user for nubuilder4 database

//update nuconfig.php with passwords

Code: Select all

nano nuconfig.php
start web browser:
http://your.domain_or_IP/index.php
(the best to use finally secured https://.. if not on local network)

and thats all
If you like nuBuilder, please leave a review on SourceForge
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: nuBuilder4 installation

Unread post by kev1n »

Thanks for sharing.

BTW: A manual import of nubuilder4.sql is no longer necessary. The first time you log in with 'globeadmin' it will be automatically imported into the database.
Post Reply