Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Server on Linux
 
Notifications
Clear all

Server on Linux

29 Posts
2 Users
0 Reactions
22.5 K Views
(@durou-c)
Posts: 468
Contributor
Topic starter
 
[#2260]

I have just install a server like this:

http://doc.ubuntu-fr.org/lamp

now, i would like to know, where i need to unzip the projeqtor folder ?


 
Posted : 25 Mar 2015 13H38
(@babynus)
Posts: 14952
Member Admin
 

In /var/www
And give ownership to www-data.


 
Posted : 25 Mar 2015 13H43
(@durou-c)
Posts: 468
Contributor
Topic starter
 

how give a ownership to www-data ?


 
Posted : 25 Mar 2015 13H44
(@babynus)
Posts: 14952
Member Admin
 

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


 
Posted : 25 Mar 2015 13H46
(@durou-c)
Posts: 468
Contributor
Topic starter
 

I just write this on a terminal ?


 
Posted : 25 Mar 2015 13H49
(@durou-c)
Posts: 468
Contributor
Topic starter
 

sorry for my ignorance


 
Posted : 25 Mar 2015 13H50
(@durou-c)
Posts: 468
Contributor
Topic starter
 

it does not work

when I put in firefox
http://127.0.0.1/projeqtor/

nothing ...


 
Posted : 25 Mar 2015 14H00
(@durou-c)
Posts: 468
Contributor
Topic starter
 

is it possible to speak french, easiest for me ...


 
Posted : 25 Mar 2015 14H39
(@babynus)
Posts: 14952
Member Admin
 

is it possible to speak french, easiest for me ...

no, sorry.
English only available on forum, so that anwsers may benefit to most users.


 
Posted : 25 Mar 2015 14H59
(@babynus)
Posts: 14952
Member Admin
 

when I put in firefox
http://127.0.0.1/projeqtor/

nothing ...

and if you try http://127.0.0.1/
do you have message "it works"


 
Posted : 25 Mar 2015 14H59
(@durou-c)
Posts: 468
Contributor
Topic starter
 

no i have a Apache2 page ....


 
Posted : 25 Mar 2015 15H33
(@babynus)
Posts: 14952
Member Admin
 

If you have apache page, then we can concider it works.
But maybe PHP is not completely installed or document root is not default one.

1) check in httpd.conf the DocumentRoot clause.
I expect it to be /var/www, but it may be different. Maybe /var/www/html (it depend on Linux distrib)
The projeqtor directory must be moved into this directory...

2) Create a file named info.php containing :


Put this file in the DocumentRoot folder
Try in your browser http://127.0.01/info.php
It should display PHP configuration.
It it does not work, you PHP setup is not correct.


 
Posted : 25 Mar 2015 15H48
(@durou-c)
Posts: 468
Contributor
Topic starter
 

I do not find the hhtpd.conf in /var/www or /var/www/html but i found a lighttpd.conf in /etc/phpmyadmin ... is it this file ?


 
Posted : 25 Mar 2015 15H54
(@durou-c)
Posts: 468
Contributor
Topic starter
 

sorry the title of the page apache2 is: its works ...


 
Posted : 25 Mar 2015 15H56
(@durou-c)
Posts: 468
Contributor
Topic starter
 

but no way to projeqtor 🙁


 
Posted : 25 Mar 2015 15H59
(@babynus)
Posts: 14952
Member Admin
 

I do not find the hhtpd.conf in /var/www or /var/www/html but i found a lighttpd.conf in /etc/phpmyadmin ... is it this file ?

No.
It should be in /etc/apache2 or /etc/httpd


 
Posted : 25 Mar 2015 16H06
(@babynus)
Posts: 14952
Member Admin
 

but no way to projeqtor 🙁

If you have /var/www/html, just move projector folder here.


 
Posted : 25 Mar 2015 16H07
(@durou-c)
Posts: 468
Contributor
Topic starter
 

i'd move the folder on /var/www/html/ and write 127.0.0.1/projector and ... it's works !


 
Posted : 25 Mar 2015 16H10
(@durou-c)
Posts: 468
Contributor
Topic starter
 

😆 😆 😆 :cheer: :cheer: :cheer:


 
Posted : 25 Mar 2015 16H13
(@durou-c)
Posts: 468
Contributor
Topic starter
 

now, i have a first projeqtor base on 1and1, and i would like transfert it on my local server ... how can i do that ?


 
Posted : 25 Mar 2015 16H14
(@babynus)
Posts: 14952
Member Admin
 

Install phpMyAdmin (should have equivalent in hosting I hope)
Export database and reimport locally.


 
Posted : 25 Mar 2015 16H22
(@durou-c)
Posts: 468
Contributor
Topic starter
 

ok, i already have php admin. I'll try it.
another question:
how can I joined in a local to joined the serveur machine wich is a 192.168.100.199 IP fix ?

In another computer, could i connect with

192.168.100.199/localhost/projeqtor ( is it correct?)

how can i do a bridge beetween 192.168.100.199 and 127.0.0.1/projeqtor/ ??


 
Posted : 25 Mar 2015 16H27
(@babynus)
Posts: 14952
Member Admin
 

In another computer, could i connect with

192.168.100.199/localhost/projeqtor ( is it correct?)

No, just 192.168.100.199/projeqtor
Your firewall must let the flow pass, and your apache must accept remote connections.
If my remembering is correct, you must have

Listen *:80

in httpd.conf


 
Posted : 25 Mar 2015 16H53
(@durou-c)
Posts: 468
Contributor
Topic starter
 

# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf

Listen 80

Listen 443

Listen 443

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

In ports.conf on apache2 folder.


 
Posted : 25 Mar 2015 16H56
(@durou-c)
Posts: 468
Contributor
Topic starter
 

everything is ok, my data base is import on my new server, thank you very much for your help and your job !


 
Posted : 25 Mar 2015 17H33
Page 1 / 2
Share:

Scroll to Top