Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.