|
1 | | -# ioly OXID Connector |
| 1 | +# OXID module connector (en) |
2 | 2 |
|
3 | | -With the ioly OXID Connector you can install modules directly via the OXID-Admin. |
| 3 | +OXID module connector (OMC) displays available modules, a short description and allows to install these modules automatically (if possible) and directly from the OXID eShop admin panel. If an automated installation is not possible for some reason, OMC links to the original module page. ([deutsche Version](https://github.com/OXIDprojects/OXID-Module-Connector/blob/recipes/LIESMICH.md)) |
4 | 4 |
|
5 | | -[](https://www.youtube.com/embed/8JnDZxhWETo?vq=hd720) |
6 | 5 |
|
7 | 6 | ## Installation |
8 | 7 |
|
9 | | -1. download the [ioly oxid connector](https://github.com/ioly/ioly/archive/connector-oxid.zip) module |
10 | | -2. copy connector in your oxid modules directory |
11 | | -3. activate the ioly module using the OXID Admin login |
12 | | -4. done |
| 8 | +1. [download OXID Modul Connector](https://github.com/OXIDprojects/OXID-Module-Connector/module/recipes.zip) |
| 9 | +2. Extract module (oxcom-omc) to the /modules directory |
| 10 | +3. Activate module |
| 11 | +4. That´s it! |
13 | 12 |
|
| 13 | +Installation with Composer or using console? No problem! ;-) [Read more](https://github.com/OXIDprojects/OXID-Module-Connector/wiki/Installation) |
14 | 14 |
|
15 | | -for more information about ioly read [master/README.md](https://github.com/ioly/ioly/blob/master/README.md) |
16 | 15 |
|
| 16 | +## Usage |
| 17 | + |
| 18 | +- In der Shop-Admin-Navigation im Bereich Erweiterungen gibt es einen neuen Punkt Connector. |
| 19 | +- Beim ersten Öffnen des Connectors werden automatisch alle benötigen Daten (ioly Core, aktueller Modulkatalog) heruntergeladen. |
| 20 | +- Sobald die Modulliste angezeigt wird kann mit nur einem Klick ein Modul installiert/aktiviert werden. |
| 21 | +- Sollte ein Modul nicht als Download zur Verfügung stehen gibt es einen direkten Link zur Modulseite des Anbieters. |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +## Notices |
| 27 | + |
| 28 | +This module is based on [ioly](https://github.com/ioly/) and was developed during the [#oxhackathon16](https://openspacer.org/12-oxid-community/136-oxid-hackathon-nuernberg-2016/) event. The OXIDforge editorial team currently takes care of the content (modules) in their leisure time as best as they can. |
| 29 | + |
| 30 | +Please note that this is a community project that comes with absolutely no warranty nor claim for completeness or correctness of the content. If you like it, we appreciate if you contribute either modules or general improvements. |
| 31 | + |
| 32 | +>**ATTENTION!** |
| 33 | +This module is designed for development and testing environments. Please do not install any module in your live shop environment! Please backup your installation (database + files) before installing a module via OXID Module Connector! |
| 34 | + |
| 35 | + |
| 36 | +## Contribute modules |
| 37 | + |
| 38 | +1. write a recipe |
| 39 | +2. commit your recipe |
| 40 | +3. send a pull request |
| 41 | +4. done, everybody can use it! |
| 42 | + |
| 43 | +[Read more](https://github.com/OXIDprojects/OXID-Module-Connector/wiki/Contributing) |
| 44 | + |
| 45 | + |
| 46 | +## Requirements |
| 47 | + |
| 48 | +- PHP 5.4.0 |
| 49 | +- PHP extensions: |
| 50 | + * cUrl |
| 51 | + * JSON |
| 52 | + * ZIP |
| 53 | + |
| 54 | + |
| 55 | +## License |
| 56 | +OXID module connector is licensed under the MIT License - see the [LICENSE file](https://github.com/OXIDprojects/OXID-Module-Connector/blob/recipes/LICENSE) for details. |
0 commit comments