angelsk / sfSimpleProjectPlugin

Simple plugin to create the basics of an app, with config and error pages to make life easier and automate the boring bits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfHollerProjectPlugin

@author Jo Carter jocarter@holler.co.uk

@version 0.2

Introduction

Simple plugin containing two installers to create the basics of an app, with config and error pages to make life easier and automate the boring bits. The second installer creates a Facebook oauth project.

Additional Plugin installed:

And the second installer adds

Also vendors (inc symfony)

Instructions

NOTE: svn:externals included below.

  1. Check out the project locally, assuming this was generated by Trac then it should have a folder structure and symfony installed in lib/vendor

  2. Add the plugin to your plugins folder (NOTE: the installer will take care of the rest)

    sfHollerProjectPlugin   https://github.com/HollerLondon/sfHollerProjectPlugin.git/trunk
    
  3. Generate the project using the installer:

    php lib/vendor/symfony/data/bin/symfony generate:project --installer=plugins/sfHollerProjectPlugin/data/installer.php PROJECTNAME
    

    OR

    php lib/vendor/symfony/data/bin/symfony generate:project --installer=plugins/sfHollerProjectPlugin/data-oauth/installer.php PROJECTNAME
    
  4. The plugin will no longer be in the plugins folder svn:externals - you can safely remove it from your local directory.

  5. Commit and be merry!

About

Simple plugin to create the basics of an app, with config and error pages to make life easier and automate the boring bits

License:MIT License