wyomind / cronscheduler

Cron Scheduler for Magento 2
https://www.wyomind.com/magento2/cron-scheduler-magento.html
39 stars 16 forks source link

Document how to install via Github #3

Closed erikhansen closed 6 years ago

erikhansen commented 6 years ago

There are currently no documented instructions for how to install via Github. I'd recommend adding some. You can reference this readme I wrote here: https://github.com/turnto/magento2-turnto-socialcommerce/#installation-instructions

In order for the instructions like that to work, you'll need to add this extension to Packagist. Alternatively, you could have the user add this Github repo as a Composer repository, but that's not ideal.

Commands if you don't add to Packagist;

composer config repositories.wyomind/cronscheduler git https://github.com/wyomind/cronscheduler.git
composer require wyomind/cronscheduler

Commands if you do add to Packagist:

composer require wyomind/cronscheduler
Vedrillan commented 6 years ago

Or even better, submit this repo to https://packagist.org

erikhansen commented 6 years ago

@wyomind Can you document this in your readme soon?

wyomind commented 6 years ago

to install the module using composer you need to use http://repo.wyomind.com

erikhansen commented 6 years ago

@wyomind Hm… that's actually not accurate. The first set of commands I documented above work just fine for me.

My main point is that you should document the Composer install instructions in the readme of this repo.

wyomind commented 6 years ago

This github repository purpose is not to be the main place to get the module