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?
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.
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.
nuBuilder4 installation
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: nuBuilder4 installation
Open your browser and go to http://YOUR-DOMAIN/nuBuilder (or wherever your nuBuilder installation is). Login with globeadmin. That's all.
-
- nuBuilder Team
- Posts: 508
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 11 times
- Been thanked: 18 times
Re: nuBuilder4 installation
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:
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
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
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
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
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
-
- nuBuilder Team
- Posts: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 times
- Contact:
Re: nuBuilder4 installation
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.
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.