Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marten-seemann/oxid-kategorie-master
OXID Kategorie-Master
https://github.com/marten-seemann/oxid-kategorie-master
Last synced: about 19 hours ago
JSON representation
OXID Kategorie-Master
- Host: GitHub
- URL: https://github.com/marten-seemann/oxid-kategorie-master
- Owner: marten-seemann
- License: mit
- Created: 2018-02-08T06:17:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T08:18:06.000Z (over 6 years ago)
- Last Synced: 2024-12-20T00:08:49.374Z (4 days ago)
- Language: JavaScript
- Size: 643 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OXID Kategorie-Master
Für Details siehe https://shop.oxid-responsive.com/Module/OXID-Kategorie-Master.html.
Die Installationsdateien können unter https://github.com/marten-seemann/oxid-kategorie-master/releases heruntergeladen werden.
## Install
Upload the directory *kategorie-master* to the root directory of the shop (NOT the *modules* directory). Then run the *sql/install.sql* to install the required database entries.
## Build from source
Run
```
build/build.sh
```This will create the directory *build/productive*. To install the module, upload this directory into the OXID root directory and rename it to *kategorie-master* (or whatever name you prefer).
Note that while this build script works fine, it's quite outdated, and could be solved much more elegantly using a proper asset pipeline.