> ~/.drush/mysite.aliases.drushrc.php * Then edit that file to wrap the code in tags. */ /** * Local alias * Set the root and site_path values to point to your local site */ $aliases['__APP__'] = array( 'root' => '__INSTALL_DIR__/app/', 'uri' => 'https://__DOMAIN____PATH__', 'path-aliases' => array( '%dump-dir' => '/tmp', ), ); ?>