Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marten-seemann/oxid-lager-manager
https://github.com/marten-seemann/oxid-lager-manager
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marten-seemann/oxid-lager-manager
- Owner: marten-seemann
- License: mit
- Created: 2020-08-13T13:14:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T14:43:41.000Z (over 4 years ago)
- Last Synced: 2024-12-20T00:08:47.528Z (22 days ago)
- Language: PHP
- Size: 604 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OXID Lager-Manager
Für Details siehe https://shop.oxid-responsive.com/Module/OXID-Lager-Manager.html.
Die Installationsdateien können unter https://github.com/marten-seemann/oxid-lager-manager/releases heruntergeladen werden.
## Install
Upload the directory *lager-manager* 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 *lager-manager* (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.