playground / fuse
Fuse Application for Playground
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Requires
- php: >=5.3.3
- bjyoungblood/bjy-authorize: 1.1.*
- doctrine/data-fixtures: dev-master
- doctrine/doctrine-module: 0.8.*@dev
- doctrine/doctrine-orm-module: 0.8.*@dev
- hounddog/doctrine-data-fixture-module: 0.*
- jhuet/zdt-logger-module: 0.*
- ocramius/ocra-cached-view-resolver: 1.0.*
- playground/core: dev-master
- playground/design: dev-master
- playground/hybridauth: dev-master
- playground/translate: dev-develop
- playground/user: dev-develop
- playground/zdt-templatehint: dev-master
- zendframework/zend-developer-tools: dev-master
- zendframework/zendframework: 2.*
This package is auto-updated.
Last update: 2024-10-29 04:30:54 UTC
README
Playground dev driven by Composer
This project is directly inspired by http://en.wikipedia.org/wiki/AppFuse
I wanted a ZF2 based framework with instant user / frontend / theme / admin / i18n management included. I wanted to create a Loyalty framework
Playground was born
Here you have playground/fuse, a Playground bootstrap rocketed with the best modules and extensions ever created by fabulous people.
This project aims to ease your life as a Playground dev :
- With Magento Fuse, you install a bootstrap version of Playground in just 1 line. The installation includes the database creation. Once installed, you're ready to develop the features your customer needs, not the infrastructure you need to do it properly : PlaygroundFuse is here for that !
##Composer
- core (https://github.com/gregorybesson/PlaygroundCore)
- design (https://github.com/gregorybesson/PlaygroundDesign)
- user (https://github.com/gregorybesson/PlaygroundUser)
- translate (https://github.com/gregorybesson/PlaygroundTranslate)
#Usage
Create a new project
(you need root privileges)
composer create-project -s dev playground/fuse my-project
(Check available branches to know which versions of PlaygroundFuse are available)
This command will :
- download the PlaygroundFuse config
- Install the playground/core module
- Install the playground/design module
- Install the playground/user module
- Install the playground/translate module
Once done, update your /etc/hosts file + your web server configuration.
launch the install script (with root privileges)
./install.sh
Relaunch the web server, and you're ready to go !
Adding a module
Add a SVN repository
sudo composer config repositories.loadster vcs http://xx.xx.xx.xx/svn/LABS/ZF2/LOADSTER
Add the module to composer
sudo composer require playground/loadster:dev-trunk
That's it !