Welcome to the nuBuilder forums!

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

Linux (detailed) installation guide

Questions related to installing, updating, setting up and configuring
Locked
pyro
Posts: 11
Joined: Wed Jan 17, 2018 7:06 pm

Linux (detailed) installation guide

Unread post 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
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: Linux (detailed) installation guide

Unread post 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
pyro
Posts: 11
Joined: Wed Jan 17, 2018 7:06 pm

Re: Linux (detailed) installation guide

Unread post by pyro »

Thank you very much

yes indeed i needed to use /var/www/html/nubuilder instead of /var/www/nubuilder
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

Re: Linux (detailed) installation guide

Unread post by admin »

.
Locked