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.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
What do I do after extractingfrom the package?
-
- Posts: 1
- Joined: Mon Jan 14, 2013 11:04 pm
-
- Posts: 503
- Joined: Thu May 24, 2012 2:08 am
- Location: Milan, Italy
- Contact:
Re: What do I do after extractingfrom the package?
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:
Max
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);
Max