Slide 17
Slide 17 text
17
The Second Attempt
Time to install
- ubuntu package manager: installed the synaptic package manager
- synaptic: installed mysql-server, nginx, php-fpm (as opposed to php-cgi), and available updates.
- mysql password is same as server
- tweaked nginx, roughly according to https://www.digitalocean.com/community/tutorials/how-to
- installed gksu for properly-permissioned graphical shell sudo powers
- ran sudo chmod 644 * -R in /var/www/html, since the files couldn't be read by www-data (which i
- now the site runs, displaying a 'down for maintenance' message.
- commented out ~/index.php's 'remote addr' check, which forces the maintenance page
- Installed PHP extensions required by ips4.php, IPS Community Suite compatability checker. Usin
- link: https://invisioncommunity.com/files/file/7046-get-ready-for-ips-4/
- synaptic: installed php-curl, php-xml, php-gd, php-mbstring, php-mysql, and php-zip.
- > sudo apt install php-curl php-xml php-gd php-mbstring php-mysql php-zip