Welcome to the nuBuilder forums!

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

What do I do after extractingfrom the package?

Locked
baffodoro
Posts: 1
Joined: Mon Jan 14, 2013 11:04 pm

What do I do after extractingfrom the package?

Unread post by baffodoro »

Hello everybody,
I am running ubuntu 12.10 on my desktop and I have dowloaded the tar.gz package and unpacked it in the web root.
Now I can effectively open a browser window in which I see two possible logins (sample and nufinancial or something similar), but my question is, what must I do now in order to use nubuilder?

Thank you if you can help me, you understand I am a real basic user.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: What do I do after extractingfrom the package?

Unread post by massiws »

baffodoro,

here you can get some basic information about a Linux installation and configuration: http://wiki.nubuilder.com/tiki-index.ph ... uilderDocs.
and here you can get some video tutorials about many features of nuBuilder: http://www.youtube.com/user/nudavecole and http://www.youtube.com/user/nubuilder

Shortly, you have to follow these steps:
  • install nuBuilder in the web root;
  • create a new MySQL database using phpmyadmin or what you like;
  • import all tables zzsys_* from sample database in your DB (run sample.sql script after deleting the first four lines);
  • now you could enter your new installation!
  • if you want, you can run samplenufinancial.sql script, to have a complete example application to look in;
  • in the new DB, create all tables you need to manage your data (have a look at naming convention http://wiki.nubuilder.com/tiki-index.ph ... uilderDocs);
Hope this helps.

Max
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: What do I do after extractingfrom the package?

Unread post by admin »

.
Locked