Skip to content

Instantly share code, notes, and snippets.

@jayluxferro
Last active May 17, 2018 15:19
Show Gist options
  • Save jayluxferro/386b0068f97e5300ecf5267ab63f31ad to your computer and use it in GitHub Desktop.
Save jayluxferro/386b0068f97e5300ecf5267ab63f31ad to your computer and use it in GitHub Desktop.
iDisplay Setup/configuration

iDisplay development setup/configuration

Installation of packages

  1. Open the terminal
  2. Run the following command
sudo apt update
  1. Run the following commands to install the required packages
sudo apt install mysql-server apache2 libapache2-mod-php7.2 mysql-server apache2 libapache2-mod-php7.2 php7.2 python-mysqldb php7.2 php7.2-bcmath php7.2-bz2 php7.2-cgi php7.2-cli php7.2-common php7.2-curl php7.2-dba php7.2-enchant php7.2-fpm php7.2-gd php7.2-gmp php7.2-interbase php7.2-intl php7.2-json php7.2-ldap php7.2-mbstring php7.2-mysql php7.2-odbc php7.2-opcache php7.2-pgsql php7.2-pspell php7.2-readline php7.2-recode php7.2-snmp php7.2-soap php7.2-sqlite3 php7.2-sybase php7.2-tidy php7.2-xml php7.2-xmlrpc php7.2-xsl php7.2-zip python-beautifulsoup python-lxml -y

NB: In setting up the mysql/mariadb server, leave the database password blank.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment