Solved How to install Level Ranks website ?

Rage Player

Member
hello
can i install level ranks in vps debian 8 ??
and can i upgrade the php from 5.6 to 7 or 7.3 in vps debian 8 ??
what i need to install level ranks website
and how can i install it
is there a way to create a css v34 server in vps debian 10 or ubuntu 20
thank you
 

Vertigo

⍥????
Staff member
Administrator
can i install level ranks in vps debian 8 ??
Yes, you can.
and can i upgrade the php from 5.6 to 7 or 7.3 in vps debian 8 ??
Yes, you can. (How To Install PHP 7.3 on Debian 9 / Debian 8)
what i need to install level ranks website
and how can i install it
First Install MySQL.
Then Install PHP.
Then install Levels Ranks Web.
is there a way to create a css v34 server in vps debian 10 or ubuntu 20
CSS v34 SRCDS doesn't load on Ubuntu (20, 18 and 16), Debian (9, 10).
If you have option, then use Ubuntu 14, Debian 8 or CentOS any version.
If you want to load CSS v34 server on Debian 10/9 or Ubuntu 20/18/16, you can use ProtectCMDS Extension.

Note: Make sure to read instructions carefully. Otherwise you will end up asking more questions.
 

Vertigo

⍥????
Staff member
Administrator
It looks like you skipped adding correct repo.
Try this :
Bash:
sudo apt install lsb-release apt-transport-https ca-certificates
sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/php7.3.list
sudo apt update
Each above command should run without any errors. Otherwise next commands will not work :
Bash:
sudo apt-get install php7.3 php-pear php7.3-gmp php7.3-mysql
 

Rage Player

Member
i did as you said and this is the result

E: Unable to locate package php7.3
E: Couldn't find any package by regex 'php7.3'
E: Unable to locate package php7.3-gmp
E: Couldn't find any package by regex 'php7.3-gmp'
E: Unable to locate package php7.3-mysql
E: Couldn't find any package by regex 'php7.3-mysql'
 

Vertigo

⍥????
Staff member
Administrator
You need to show output of each command.
 

Vertigo

⍥????
Staff member
Administrator
No idea man, show however you like. But I prefer screenshots.
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock