Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marten-seemann/oxid-kategorie-admin
OXID Kategorie-Admin
https://github.com/marten-seemann/oxid-kategorie-admin
Last synced: about 19 hours ago
JSON representation
OXID Kategorie-Admin
- Host: GitHub
- URL: https://github.com/marten-seemann/oxid-kategorie-admin
- Owner: marten-seemann
- License: mit
- Created: 2018-02-08T06:14:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T08:19:05.000Z (over 6 years ago)
- Last Synced: 2024-12-20T00:08:51.448Z (4 days ago)
- Language: JavaScript
- Size: 880 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OXID Kategorie-Admin
Für Details siehe https://shop.oxid-responsive.com/Module/OXID-Kategorie-Admin.html.
Die Installationsdateien können unter https://github.com/marten-seemann/oxid-kategorie-admin/releases heruntergeladen werden.
## Install
Upload the directory *kategorie-admin* 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-admin* (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.