icps

notes

KODExplorer

git clone https://github.com/kalcaddle/KODExplorer.git
chmod -Rf 777 ./KODExplorer/*
mv KODExplorer /var/www/html

raspberry pi 3 PLUS

apache2

apt-get install apache2 php7.0 libapache2-mod-php7.0 php7.0-gd php7.0-curl php7.0-mbstring

raspberry pi 3 B

apache2

apt-get install apache2 php5 libapache2-mod-php5 php5-gd php5-curl
/etc/init.d/apache2 restart

/etc/apache2/port.conf

php
###找到php.ini
1
2
3
<?php
 phpinfo();
?>
###Configuration File (php.ini) Path
1
2
3
4
#php.ini
upload_max_filesize = 1000M
post_max_size = 1000M
memory_limit  1000M