Skip to content

Instantly share code, notes, and snippets.

systemctl start lscpd
source /usr/local/CyberCP/bin/activate
pip install --ignore-installed -r /usr/local/CyberCP/requirments.txt
deactivate
virtualenv --system-site-packages /usr/local/CyberCP
systemctl restart gunicorn.socket
/var/log/installLogs.txt
memory_limit
upload_max_size
post_max_size
upload_max_filesize
max_execution_time
max_input_time
memory_limit = 256
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000
@ini_set( 'upload_max_size', '64M' );
@ini_set( 'post_max_size', '64M' );
@ini_set( 'upload_max_filesize', '64M' );
@ini_set( 'max_execution_time', '300' );
@ini_set( 'max_input_time', '1000' );
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 1000
define( 'UPLOADS', 'wp-content/uploads' );
require_once(ABSPATH . 'wp-settings.php');
yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh