Welcome to the nuBuilder forums!

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

nuBuilderPro installation

Locked
Giu
Posts: 41
Joined: Sat Jan 25, 2014 11:01 am

nuBuilderPro installation

Unread post by Giu »

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.

Code: Select all

<?php

    $nuConfigBHost                  = "127.0.0.1";
    $nuConfigDBName                 = "starter";
    $nuConfigDBUser                 = "root";
    $nuConfigDBPassword             = "";
    $nuConfigDBGlobeadminPassword   = "secret";             //-- globeadmin password
    $nuConfigtitle                  = "Starter App";	

?>
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)
Attachments
nuinstall1.JPG
nuinstall1.JPG (51.53 KiB) Viewed 4267 times
nuinstall2.JPG
nuinstall2.JPG (38.4 KiB) Viewed 4267 times
nuinstall.JPG
nuinstall.JPG (46.96 KiB) Viewed 4267 times
Giu
Posts: 41
Joined: Sat Jan 25, 2014 11:01 am

Re: nuBuilderPro installation

Unread post by Giu »

Ok, I tried to copy uWAMP folder, and replace content of productionnu2/folder with nuBuilderPro downloaded from github, and seems to work now.

Now it's time to test. :oops:
Giu
Posts: 41
Joined: Sat Jan 25, 2014 11:01 am

Re: nuBuilderPro installation

Unread post by Giu »

Uhm....ok, but I can't get samplenufinancial workin :(
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: nuBuilderPro installation

Unread post by massiws »

Giu wrote:Uhm....ok, but I can't get samplenufinancial workin :(
samplenufinancial is a nuBuilder-v.2 project: it don't work in nuBuilder-v.3
Locked