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.

How to install Proj...
 
Notifications
Clear all

How to install Projeqtor in Linux Ubuntu with terminal

4 Posts
2 Users
0 Reactions
14.8 K Views
(@soblog)
Posts: 26
Active Member
Topic starter
 
[#2746]

Hi,
I'm having trouble to put projeqtor in linux ubuntu terminal via Putty cause i don't know what kind of syntax/command that linux need to put projeqtor in my domain

Best Regards


 
Posted : 19 Nov 2015 10H23
(@babynus)
Posts: 14952
Member Admin
 

1) first you have to install PHP and MySql.
You'll find many totorials for this on the web.

2) then you need to get projeqtor zip file.
Best is to download it from repository (look at download page) and copy it via scp for instance
You can also retreive it directly :
wget http://www.projeqtor.org/version/projeqtor_v5.1.3.zip
Unzip this in the PHP web directory (/var/www/ or /var/www/html)
Then access projector with your browser to start configuration.


 
Posted : 19 Nov 2015 13H04
(@soblog)
Posts: 26
Active Member
Topic starter
 

how do we check if apache and mysql are/is exist in our drive in linux?, im so sorry for questioning some thing like this, im still a newbie in linux terminal world


 
Posted : 19 Nov 2015 13H29
(@babynus)
Posts: 14952
Member Admin
 

I'm afraid you'll have much difficulties to install projector if you don't have basis knowledge of linux.

something like :

sudo apt-get install php5 
sudo apt-get install mysql-server

should install php and apache and mysql if it's not installed.
But you'll need more for php extensions and mysql configuration.

Search fior tutorials.
Google is your friend 😉


 
Posted : 19 Nov 2015 13H39
Share:

Scroll to Top