vespolina / vespolina-sandbox

The purpose of this project is to create an expandable PHP based ecommerce platform, built on interchangeable libraries that can be used independently of Vespolina, all managed by configurable processes and whenever possible, using established standards.
http://www.vespolina.org
MIT License
179 stars 24 forks source link

Vespolina/media is required ! since vespolina/core has changed. #115

Closed fabricek closed 10 years ago

fabricek commented 10 years ago

Vespolina core bundle has "move Assets to V Media" (e96dfe1) so for the sandbox to run we must include vespolina/media in composer.json. issues #110 #111

cordoval commented 10 years ago

@fabricek maybe you want to check gush, http://github.com/gushphp/gush

clone and run composer install and symlink the bin/gush and you will be able to send PRs rapidly

fabricek commented 10 years ago

I've installed "sourcetree" for managing git repo and i learn how to make a pr. I'll try your solution to see how it works. Thanks.

2014-04-08 16:33 GMT+02:00 Luis Cordova notifications@github.com:

@fabricek https://github.com/fabricek maybe you want to check gush, http://github.com/gushphp/gush https://github.com/gushphp/gush

clone and run composer install and symlink the bin/gush and you will be able to send PRs rapidly

Reply to this email directly or view it on GitHubhttps://github.com/vespolina/vespolina-sandbox/pull/115#issuecomment-39855007 .

Cordialement,

Fabrice Kuissu

cordoval commented 10 years ago

you will save so much time, and you can use it for work, private repos, github enterprise, gitlab and bitbucket

iampersistent commented 10 years ago

Thanks @fabricek