Skip to content

Instantly share code, notes, and snippets.

@juyal-ahmed
Last active May 9, 2019 22:08
Show Gist options
  • Save juyal-ahmed/ece7d180e10d96cd2988b04a9e0f6234 to your computer and use it in GitHub Desktop.
Save juyal-ahmed/ece7d180e10d96cd2988b04a9e0f6234 to your computer and use it in GitHub Desktop.
Installing Croogo 3.0.0-alpha.3 with CakePHP 3.x
composer create-project croogo/app croogoapp 3.0.x-dev 
cd croogoapp
bin/cake Croogo/Install.install admin admin
bin/cake server

sudo chmod -R 0777 ./tmp/cache/queries/
sudo chmod -R 0777 ./tmp/cache/persistent/

Now you will get something
Welcome to CakePHP v3.4.5 Console
---------------------------------------------------------------
App : src
Path: /var/www/html/croogoapp/src/
DocumentRoot: /var/www/html/croogoapp/webroot
---------------------------------------------------------------
built-in server is running in http://localhost:8765/
You can exit with CTRL-C

Have fun!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment