8000 GitHub - misfrog/cake-social-showcase: This sample app demonstrates many of the capabilities of the cake-sociall project.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

misfrog/cake-social-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cake-social-showcase

This sample app demonstrates many of the capabilities of the cake-sociall project.
Check out online demo

How to run

  1. Install composer

    curl -s https://getcomposer.org/installer | php
  2. Download libraries and plugins

    php composer.phar install
  3. Change tmp directory permissions

    chown -R www-data app/tmp
  4. Create database and CakePHP database configuration

    Check out here

  5. Set up URL rewriting

    Check out here

  6. Set up CakePHP email configuration

    Check out here

  7. Create tables

    Console/cake schema create users --plugin Users
    Console/cake schema create --plugin Social
  8. Set up provider key and secret.

    Twitter

    Configure::write('Opauth.Strategy.Twitter', array(
        'key' => 'Your key',
        'secret' => 'Your secret'
    ));

    Facebook

    Configure::write('Opauth.Strategy.Facebook', array(
        'app_id' => 'Your app ID',
        'app_secret' => 'Your app secret'
    ));

About

This sample app demonstrates many of the capabilities of the cake-sociall project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0