Jump to content
  • 0

help on installing fluxCP


Question

25 answers to this question

Recommended Posts

  • 0
Posted (edited)

all this files sir??

Edit : i already edited the application and server php

i created folder after /www/

adsfaew.png

Edited by whodhell
  • 0
Posted

Your directory structure should look like this:

/var/www/addons/

/var/www/config/

/var/www/data/

/var/www/lang/

Etc. If you've installed it to a subdirectory instead, you'll need to put your IP in your address bar followed by the name of your subdirectory, like http://ip.add.re.ss/fluxcp

  • 0
Posted (edited)

Try to open (

http://<your vps ip/<folder name of your newly created folder>
Quote

i created folder after /www

 

Edited by Sryx
  • 0
Posted (edited)

thnx ill try this

EDIT: is this correct?? this is my folder structure now

and i tried IP/foldername no show

do i need to do something else?

 

adsfaew.png

Edited by whodhell
  • 0
Posted

just to make we all clear, your VPS, are you already setup apache/nginx server in your VPS? normally you need to setup apache server first when youre using VPS, this is different if youre using shared hosting which already have cpanel, and you can just put the fluxcp file into /public_html

  • 0
Posted (edited)

and yea i already have apache installed in my VPS

EDIT: it will show like this if you have apache installed ryt??

adsgdsag.png

Edited by whodhell
  • 0
Posted (edited)

lemme try this

sorry akkarin im having net issue i dunno i posted 2 bumps im suppose to edit my latest post

EDIT: is this correct??? i made a sub folder in var/www/http

or i just paste the whole fluxCP file inside HTTP folder???

 

adsgdsag.png

Edited by whodhell
  • 0
Posted (edited)

this is what is shown after configuring server.php and the application

did is do something wrong??

 

Edited by whodhell
  • 0
Posted (edited)

fix permission of your file,

sudo chown -R www-data: /var/www/html

sudo chmod -R 755 /var/www/html

 

Edited by Hurtsky
  • 0
Posted (edited)

lol. line by line, don't copy all and put all together,

don't use sudo because youre already root user

ignore the sudo

Edited by Hurtsky
  • 0
Posted

yea thats what i did

1st this one said it was invalid spec : 'www-data:'

chown -R www-data: /var/www/html

2nd this one nothing follows after i typed that

chmod -R 755 /var/www/html
  • 0
Posted

Try

sudo chmod -R 755 /var/www/html/newRO/data/*

If didn't work.

sudo chmod -R 755 /var/www/html/newRO/data/tmp
sudo chmod -R 755 /var/www/html/newRO/data/logs

 

  • 0
Posted
chmod -R 755 /var/www/html

this should solve the permission (your website should work after this fix permission)., just for security reasons, you are encourage to change the user of the folder to www user,

  • 0
Posted
5 hours ago, Hurtsky said:

chmod -R 755 /var/www/html

this should solve the permission (your website should work after this fix permission)., just for security reasons, you are encourage to change the user of the folder to www user,

nothing follows after i typed that command

well thnx for all your help guys ill try to figure this thing up

ill bump here sometime if i got some more questions

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...