cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
124 stars 67 forks source link

Move Solr Module into own repository #309

Closed cbleek closed 7 years ago

cbleek commented 7 years ago

Since YAWIK Module can now be installed using composer, we should move the Solr Module into an own YawikSolr Repository.

There is currenty only the YawikCompanyRegistration module which can be installed via

composer create-project cross-solution/yawik
cd yawik
composer require cross-solution/yawik-company-registration

This works, because of the type: yawik-module in the composer.json. Composer will check the dependencies and install the module into module/YawikCompanyRegistration

cbleek commented 7 years ago

done in https://github.com/cross-solution/YAWIK/commit/7de5c3d82a261ce70568a27054494bdce79f8b1c