Skip to content

Instantly share code, notes, and snippets.

@jacricelli
Created September 14, 2016 16:52
Show Gist options
  • Save jacricelli/40cf20d719b98776f078f626eaa14dff to your computer and use it in GitHub Desktop.
Save jacricelli/40cf20d719b98776f078f626eaa14dff to your computer and use it in GitHub Desktop.
cakephp/cakephp issue #9435
george@vm-ijme Downloads % php -v
PHP 7.0.8-0ubuntu0.16.04.2 (cli) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.8-0ubuntu0.16.04.2, Copyright (c) 1999-2016, by Zend Technologies
george@vm-ijme Downloads % composer create-project cakephp/app test
Installing cakephp/app (3.3.1)
- Installing cakephp/app (3.3.1)
Loading from cache
Created project in test
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing aura/installer-default (1.0.0)
Loading from cache
- Installing cakephp/plugin-installer (0.0.15)
Loading from cache
- Installing psr/log (1.0.0)
Loading from cache
- Installing cakephp/chronos (1.0.0)
Loading from cache
- Installing mobiledetect/mobiledetectlib (2.8.22)
Loading from cache
- Installing psr/http-message (1.0.1)
Loading from cache
- Installing zendframework/zend-diactoros (1.3.6)
Loading from cache
- Installing aura/intl (1.1.1)
Loading from cache
- Installing cakephp/cakephp (3.3.3)
Loading from cache
- Installing symfony/yaml (v3.1.4)
Loading from cache
- Installing symfony/polyfill-mbstring (v1.2.0)
Loading from cache
- Installing symfony/console (v3.1.4)
Loading from cache
- Installing symfony/filesystem (v3.1.4)
Loading from cache
- Installing symfony/config (v3.1.4)
Loading from cache
- Installing robmorgan/phinx (v0.5.3)
Loading from cache
- Installing cakephp/migrations (1.6.3)
Loading from cache
- Installing jakub-onderka/php-console-color (0.1)
Loading from cache
- Installing jakub-onderka/php-console-highlighter (v0.3.2)
Loading from cache
- Installing dnoegel/php-xdg-base-dir (0.1)
Loading from cache
- Installing nikic/php-parser (v2.1.0)
Loading from cache
- Installing symfony/var-dumper (v3.1.4)
Loading from cache
- Installing psy/psysh (v0.7.2)
Loading from cache
- Installing jdorn/sql-formatter (v1.2.17)
Loading from cache
- Installing cakephp/debug_kit (3.3.2)
Loading from cache
- Installing cakephp/bake (1.2.8)
Loading from cache
cakephp/app suggests installing markstory/asset_compress (An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.)
cakephp/app suggests installing phpunit/phpunit (Allows automated tests to be run without system-wide install.)
cakephp/app suggests installing cakephp/cakephp-codesniffer (Allows to check the code against the coding standards used in CakePHP.)
symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing symfony/process ()
symfony/var-dumper suggests installing ext-symfony_debug ()
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
cakephp/debug_kit suggests installing ext-sqlite (DebugKit needs to store panel data in a database. SQLite is simple and easy to use.)
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
Created `config/app.php` file
Set Folder Permissions ? (Default to Y) [Y,n]? Y
Permissions set on /home/george/Downloads/test/tmp/cache
Permissions set on /home/george/Downloads/test/tmp/cache/models
Permissions set on /home/george/Downloads/test/tmp/cache/persistent
Permissions set on /home/george/Downloads/test/tmp/cache/views
Permissions set on /home/george/Downloads/test/tmp/sessions
Permissions set on /home/george/Downloads/test/tmp/tests
Permissions set on /home/george/Downloads/test/tmp
Permissions set on /home/george/Downloads/test/logs
Updated Security.salt value in config/app.php
george@vm-ijme Downloads % sed -i "46idebug(__FILE__);" test/src/Controller/AppController.php
george@vm-ijme Downloads % test/bin/cake server -p
Welcome to CakePHP v3.3.3 Console
---------------------------------------------------------------
App : src
Path: /home/george/Downloads/test/src/
DocumentRoot: /home/george/Downloads/test/webroot
---------------------------------------------------------------
built-in server is running in http://localhost:8765/
You can exit with `CTRL-C`
george@vm-ijme Downloads % curl http://localhost:8765 | tail -10
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8231 100 8231 0 0 229k 0 --:--:-- --:--:-- --:--:-- 236k
<ul><li>Promoting development related to CakePHP</li></ul>
</li>
<li>
<a href="http://training.cakephp.org/">CakePHP Training</a>
<ul><li>Learn to use the CakePHP framework</li></ul>
</li>
<li>
<a href="http://certification.cakephp.org/">CakePHP Certification</a>
<ul><li>Become a certified CakePHP developer</li></ul>
<%
george@vm-ijme Downloads %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment