Code Monkey home page Code Monkey logo

symfonystartupedition's Introduction

Symfony Startup Edition

A symfony ready to use empty app with

Prerequisites

This version requires Symfony 2.3

Installation

  • Note: Not tested with ORM, MongoDB only (feedback welcome)

Update vendors

    $ php composer.phar update

Edit config files:

  • ODM only: in app/config/config.yml
    doctrine_mongodb:
        connections:
            default:
                server: mongodb://127.0.0.1:27017 //or any
                options: {}
        default_database: xxxxxxxxxxxxxxxxxx
        document_managers:
            default:
                auto_mapping: true
  • ORM in app/config/parameters.yml
    parameters:
        ...
        database_host: localhost // or any
        database_name: xxxxxxx
        database_user: xxxxxxx
        database_password: xxxxxxx
        ...
  • app/config/parameters.facebook.ini
    [parameters]
        facebookAppID =     "xxxxxxx"
        facebookAppSecret=  "xxxxxxx"
        facebookAppUrl=     "http://apps.facebook.com/example/"
        facebookServerUrl=  "http://example.com"
        facebookLocale=    "en_US"
  • app/config/parameters.twitter.ini
    [parameters]
        twitterConsumer_key="xxxxxx"
        twitterConsumer_secret="xxxxxx"
        twitterCallback_url="http://example.com/app_dev.php/login_twitter_check"
  • app/config/parameters.google.ini
    [parameters]
        googleApp_name="example"
        googleClient_id="xxxxxxx.apps.googleusercontent.com"
        googleClient_secret="xxxxx-xxxxxxxx"
        googleCallback_url="http://example.com/app_dev.php/login_google_check"

Generate User Document

    php app/console doctrine:mongodb:generate:documents CaravaneUserBundle

Create MongoDB schema

    php app/console doctrine:mongodb:schema:create

Customize TwitterBootstrap

Warning: use CaravaneBootsrap version (as in composer.json, to allow app to get variables from the bundle resources folder)

   php app/console assets:install
   php app/console assetic:dump
   php app/console cache:clear

Screenshot

ScreenShot

symfonystartupedition's People

Contributors

ericgrivilers avatar ggodlewski avatar

Stargazers

 avatar  avatar Fernando Vega avatar

Watchers

James Cloos avatar  avatar johnny123 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.