Coder Social home page Coder Social logo

erazr's Introduction

======= Erazr

Version: 1.0.0

Installation

Téléchargement d'Erazr

    git clone https://github.com/jock91/erazr.git
Téléchargement de Composer et configuration d'Erazr

https://getcomposer.org/download/

Exécuter la commande dans le répertoire Erazr téléchargé précédemment.

    curl -sS https://getcomposer.org/installer | php
    php composer.phar update
Déclarer les bundles
    # app/appKernel.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Erazr\Bundle\SiteBundle\ErazrSiteBundle(),
            new FOS\UserBundle\FOSUserBundle(),
            new Erazr\Bundle\UserBundle\ErazrUserBundle(),
            new HWI\Bundle\OAuthBundle\HWIOAuthBundle(),
            new Erazr\Bundle\ChatBundle\ErazrChatBundle(),
            new P2\Bundle\RatchetBundle\P2RatchetBundle(),
            new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
            // ...
        );
    }
Installer les assets
    php app/console assets:install --symlink
API facebook

Ajouter votre facebook ID et Client secret

    # app/config/parameters.yml
    parameters:
        facebook_client_id:     # Client Id
        facebook_client_secret: # Client secret

Déploiement de la base de donnée

    php app/console doctrine:database:create
    php app/console doctrine:schema:update 
fixtures
    php app/console doctrine:fixtures:load

À vous de jouer !

Commencez par créer un compte dans la partie inscription ou connectez-vous directement via le bouton Facebook.

Vous pouvez désormais ajouter des posts / commentaires / ami(e)s / likes.

erazr's People

Contributors

jock91 avatar takushi60130 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.