-
Notifications
You must be signed in to change notification settings - Fork 429
Closed
Milestone
Description
To use debug release (upcoming easyengine 1.3)
curl -sL https://raw.githubusercontent.com/rtCamp/easyengine/doctor/install.sh | EE_BRANCH=doctor bash
ee system install
ee site create example.com --wp
Issues found with ee site create example.com
- no message displayed with
tail -f log1 log2 - developer plugin need to install IF wordpress sites
- debugging binaries to be installed at
ee system installoree updatetime
other issues
- force http to https
error_page 497 =200 https://$host:22222$request_uri;ineeadmin.conf - make sure
listen 22222 default_server ssl spdy ; -
chown -R www-data: /var/www/eeadmin -
/var/www/eeadmin/logs/folder missing -
/etc/timezone>> php.ini date.timezone -
ee debug --wpshould throw error "debug with --wp can be enable on WordPress site only" -
ee debug test1.rtcamp.com --wpshould check if site is wordpress -
php5-fpm -ttest before php5-fpm reload - for
ee debug --nginxifip_addressis not defined inee.confsetdebug_connectionto0.0.0.0/0i.e. all IP's in this world - debug fpm pool with following config:
php_admin_value[xdebug.profiler_output_dir] = /tmp
php_admin_value[xdebug.profiler_output_name] = cachegrind.out.%p-%H-%R
php_admin_flag[xdebug.profiler_enable_trigger] = on
php_admin_flag[xdebug.profiler_enable] = off
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels