Created
October 27, 2015 15:56
-
-
Save merolhack/63c2f64edfeb3710052e to your computer and use it in GitHub Desktop.
Bookmarker tutorial: http://book.cakephp.org/3.0/en/quickstart.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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