Jump to content
Facebook Whatsapp Twitter Youtube

Como instalar o server de pw no Linux (VPS) - Ubuntu 14/16


ventura
 Share

Recommended Posts

  • ventura changed the title to Como instalar o server de pw no Linux (VPS) - Ubuntu 14/16
  • ventura pinned this topic
  • 1 month later...
  • 4 weeks later...
Em 30/04/2023 em 20:33, Revoltz disse:

Comandos para Centos 7

curl -LsS

This is the hidden content, please
| sudo bash -s -- --mariadb-server-version="mariadb-10.3"

sudo yum -y install MariaDB-server MariaDB-client
sudo systemctl start mariadb; systemctl enable mariadb

sudo mysql_secure_installation; systemctl status mariadb

sudo yum -y install httpd; systemctl start httpd; systemctl enable httpd; systemctl status httpd

sudo yum -y install epel-release yum-utils
sudo yum -y install

This is the hidden content, please

sudo yum-config-manager --enable remi-php74
sudo yum -y install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd
yum --enablerepo=remi-php74 install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json
sudo systemctl restart httpd

yum install -y java-1.8.0-openjdk.x86_64

yum update
yum install epel-release
yum install -y mono mc htop curl wget p7zip gdb ipset
yum -y install perl-XML-DOM make gcc gcc-c++ libxml2.so.2 libstdc++.so.5 libxml2-devel pcre-devel openssl-devel libxml2-devel.i686 pcre-devel.i686 openssl-devel.i686 libxml2.i686 libstdc++-devel.i686 libstdc++6 .i686 glibc-devel.i686 glibc-devel libdb-cxx.i686 libdb-cxx-devel.i686 readline-devel readline-devel.i686


sudo yum install p7zip bzip2 unar

#desativar firewalld
#SELinux
systemctl disable firewalld; systemctl stop firewalld
sed -ri 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config

 

eu consigo instalar o mariaDB em Ubuntu? e é recomendavel utilizar a versão mais recente do Ubuntu?

  • Curtir 5
  • Confuso 1
  • Uau 1
Link to comment
Share on other sites

  • 2 weeks later...
Em 26/05/2023 em 03:30, mfalves96 disse:

eu consigo instalar o mariaDB em Ubuntu? e é recomendavel utilizar a versão mais recente do Ubuntu?

Para versão mais recente do ubuntu não são esses comandos para preparar o Linux para receber um versão do Emulador, recentemente consegui rodar em Ubuntu 20.04 LTS , em cima do openjdk 11 e outras configurações

Link to comment
Share on other sites

Em 25/05/2023 em 23:30, mfalves96 disse:

eu consigo instalar o mariaDB em Ubuntu? e é recomendavel utilizar a versão mais recente do Ubuntu?

No ubuntu você pode substituir o “mariadb” por “mysql”.

 

Em 05/06/2023 em 14:12, lucascatao disse:

Para versão mais recente do ubuntu não são esses comandos para preparar o Linux para receber um versão do Emulador, recentemente consegui rodar em Ubuntu 20.04 LTS , em cima do openjdk 11 e outras configurações

sim vai funcionar, porém essa versão que o povo usa é por causa do “iweb” que foi criada nessa versão, porém quase ninguém usa o “iweb”.
 

Edited by Cerejo
Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 2 months later...
Em 30/04/2023 em 20:33, Revoltz disse:

Comandos para Centos 7

curl -LsS

This is the hidden content, please
| sudo bash -s -- --mariadb-server-version="mariadb-10.3"

sudo yum -y install MariaDB-server MariaDB-client
sudo systemctl start mariadb; systemctl enable mariadb

sudo mysql_secure_installation; systemctl status mariadb

sudo yum -y install httpd; systemctl start httpd; systemctl enable httpd; systemctl status httpd

sudo yum -y install epel-release yum-utils
sudo yum -y install

This is the hidden content, please

sudo yum-config-manager --enable remi-php74
sudo yum -y install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd
yum --enablerepo=remi-php74 install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json
sudo systemctl restart httpd

yum install -y java-1.8.0-openjdk.x86_64

yum update
yum install epel-release
yum install -y mono mc htop curl wget p7zip gdb ipset
yum -y install perl-XML-DOM make gcc gcc-c++ libxml2.so.2 libstdc++.so.5 libxml2-devel pcre-devel openssl-devel libxml2-devel.i686 pcre-devel.i686 openssl-devel.i686 libxml2.i686 libstdc++-devel.i686 libstdc++6 .i686 glibc-devel.i686 glibc-devel libdb-cxx.i686 libdb-cxx-devel.i686 readline-devel readline-devel.i686


sudo yum install p7zip bzip2 unar

#desativar firewalld
#SELinux
systemctl disable firewalld; systemctl stop firewalld
sed -ri 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config

 

tem os comandos pro Centos 8 ?? Boa parte desses não funciona nele?? se tiver me salva ai :) valleeu

  • Curtir 1
Link to comment
Share on other sites

1 hora atrás, gapaiva disse:

tem os comandos pro Centos 8 ?? Boa parte desses não funciona nele?? se tiver me salva ai :) valleeu

tenta ai e diz o feedback

sudo dnf install

This is the hidden content, please

sudo dnf install MariaDB-server MariaDB-client
sudo systemctl start mariadb
sudo systemctl enable mariadb
 

sudo mysql_secure_installation
sudo systemctl status mariadb
 

sudo dnf install httpd
sudo systemctl start httpd
sudo systemctl enable httpd
sudo systemctl status httpd
 

sudo dnf install epel-release
sudo dnf install

This is the hidden content, please

sudo dnf module reset php
sudo dnf module enable php:remi-7.4
sudo dnf install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json
sudo systemctl restart httpd
 

sudo dnf install java-1.8.0-openjdk


sudo dnf update
sudo dnf install mc htop curl wget p7zip gdb ipset
sudo dnf install perl-XML-DOM make gcc gcc-c++ libxml2 libstdc++.so.6 libxml2-devel pcre-devel openssl-devel libdb-cxx libdb-cxx-devel readline-devel

 

sudo dnf install p7zip bzip2 unar
 

sudo systemctl disable firewalld
sudo systemctl stop firewalld
sudo sed -ri 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
 

  • Curtir 4

revoltz.dev

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

Suporte GM

Comunidade de Perfect World do Brasil

Copyright © 2023-2024 SuporteGM Powered by Invision Community
Поддержка Invision Community в России

Links

×
×
  • Create New...