nuBuilderPro installation
Posted: Sat Jan 25, 2014 11:22 am
I downloaded and installed nuBuilderPro to take a look at new version while learn on version 2.
I copied nuBuilderPro folder to a XAMPP folder, create a database, and changed values on config.php.
Installation it's suppose was fine.
My WAMPP installation is:
XAMPP 1.8.2
Apache/2.4.7 (Win32) OpenSSL/0.9.8y PHP/5.4.22
5.5.34 - MySQL Community Server (GPL)
I copied nuBuilderPro folder to a XAMPP folder, create a database, and changed values on config.php.
Code: Select all
<?php
$nuConfigBHost = "127.0.0.1";
$nuConfigDBName = "starter";
$nuConfigDBUser = "root";
$nuConfigDBPassword = "";
$nuConfigDBGlobeadminPassword = "secret"; //-- globeadmin password
$nuConfigtitle = "Starter App";
?>
My WAMPP installation is:
XAMPP 1.8.2
Apache/2.4.7 (Win32) OpenSSL/0.9.8y PHP/5.4.22
5.5.34 - MySQL Community Server (GPL)