Skip to content

debug command testing #171

@rahul286

Description

@rahul286

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 install or ee update time

other issues

  • force http to https error_page 497 =200 https://$host:22222$request_uri; in eeadmin.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 --wp should throw error "debug with --wp can be enable on WordPress site only"
  • ee debug test1.rtcamp.com --wp should check if site is wordpress
  • php5-fpm -t test before php5-fpm reload
  • for ee debug --nginx if ip_address is not defined in ee.conf set debug_connection to 0.0.0.0/0 i.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 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions