Skip to content

Instantly share code, notes, and snippets.

@merolhack
Created October 27, 2015 15:56
Show Gist options
  • Save merolhack/63c2f64edfeb3710052e to your computer and use it in GitHub Desktop.
Save merolhack/63c2f64edfeb3710052e to your computer and use it in GitHub Desktop.
# Composer installation
composer create-project --prefer-dist cakephp/app bookmarker
Installing cakephp/app (3.1.1)
- Installing cakephp/app (3.1.1)
Downloading: 100%
Created project in bookmarker
Loading composer repositories with package information
Installing dependencies (including require-dev)
...
Created `config/app.php` file
Set Folder Permissions ? (Default to Y) [Y,n]? Y
Permissions set on /var/www/html/CakePHP/bookmarker/tmp/cache
Permissions set on /var/www/html/CakePHP/bookmarker/tmp/cache/models
Permissions set on /var/www/html/CakePHP/bookmarker/tmp/cache/persistent
Permissions set on /var/www/html/CakePHP/bookmarker/tmp/cache/views
Permissions set on /var/www/html/CakePHP/bookmarker/tmp/sessions
Permissions set on /var/www/html/CakePHP/bookmarker/tmp/tests
Permissions set on /var/www/html/CakePHP/bookmarker/tmp
Permissions set on /var/www/html/CakePHP/bookmarker/logs
Updated Security.salt value in config/app.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment