Skip to content

Instantly share code, notes, and snippets.

@lvitti
Last active May 14, 2020 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lvitti/c5c25855d653c457ba1f813ba4d845ec to your computer and use it in GitHub Desktop.
Save lvitti/c5c25855d653c457ba1f813ba4d845ec to your computer and use it in GitHub Desktop.
sudo apt-get install apache2 curl subversion php7.2 php7.2-gd php7.2-zip libapache2-mod-php7.2 php7.2-curl php7.2-mysql php7.2-xmlrpc php-pear phpmyadmin mysql-server php7.2-mbstring php-gettext git php-bcmath -y
sudo mysql_secure_installation
wget -N "https://github.com/OpenGamePanel/Easy-Installers/raw/master/Linux/Debian-Ubuntu/ogp-panel-latest.deb" -O "ogp-panel-latest.deb"
sudo dpkg -i "ogp-panel-latest.deb"
sudo cat /root/ogp_panel_mysql_info
sudo cat /root/ogp_user_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment