Page 1 of 1

nuBuilder4 installation

Posted: Tue Jan 22, 2019 10:04 pm
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?

Re: nuBuilder4 installation

Posted: Wed Jan 23, 2019 5:10 am
by kev1n
Open your browser and go to http://YOUR-DOMAIN/nuBuilder (or wherever your nuBuilder installation is). Login with globeadmin. That's all.

Re: nuBuilder4 installation

Posted: Wed Jan 23, 2019 3:07 pm
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

Re: nuBuilder4 installation

Posted: Thu Jan 24, 2019 7:54 am
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.