Page 1 of 1

Linux (detailed) installation guide

Posted: Wed Jan 17, 2018 7:21 pm
by pyro
Good evening,

i there a more detailed installation guide then (http://wiki.nubuilder.net/nubuilderv2/t ... uilderDocs), unfortunately I am stuck in the installation process.

I use a ubuntu server on AWS

- Right now Installed Appache/Mysql/PHP/PHPmyadmin -> they all work
- I used git clone https://github.com/nuSoftware/nuBuilder4.git
- I but all files in /var/www/nubuilder
- chmod -777 -R /var/www/
- I imported nubuilder4.sql to the database via PHPmyadmin

if I use the ip adress ->Apache start page
if I use the ip adress/nubuilder -> 404
if I use the ip adress/nubuilder/index.php -> 404

in my understanding at least "ip adress/nubuilder/index.php" should work but apache does not find the file (404).

I would appreciate any help

Thank you very much
BR
Moritz

Re: Linux (detailed) installation guide

Posted: Wed Jan 17, 2018 7:43 pm
by admin
pyro,

I'm not going to be much help but...

Can you put a file in that directory like a test.html and have it find that?

If you can't, it might not be anything to do with nuBuilder.

Steven

Re: Linux (detailed) installation guide

Posted: Thu Jan 18, 2018 10:21 am
by pyro
Thank you very much

yes indeed i needed to use /var/www/html/nubuilder instead of /var/www/nubuilder

Re: Linux (detailed) installation guide

Posted: Thu Jan 18, 2018 11:44 am
by admin
.