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.
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
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.
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
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 😉