Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marten-seemann/roxid3
ROXID Three OXID eShop Template
https://github.com/marten-seemann/roxid3
Last synced: about 19 hours ago
JSON representation
ROXID Three OXID eShop Template
- Host: GitHub
- URL: https://github.com/marten-seemann/roxid3
- Owner: marten-seemann
- License: mit
- Created: 2018-04-22T02:09:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T02:30:12.000Z (about 6 years ago)
- Last Synced: 2024-12-20T00:08:47.733Z (4 days ago)
- Language: Smarty
- Size: 418 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ROXID Three
ROXID Three builds on top of [ROXID One](https://github.com/marten-seemann/roxid). You need to have the ROXID One repository checked out in a directory named *roxid* in the parent directory of your shop, e.g.:
```
www/
roxid/
your_roxid3_shop/
```## Using the development version
ROXID requires a few additional database entries. The easiest way to add those for the development version is building a productive version, and run the *sql/install.sql*.
## Building
Building ROXID Three is analogous to building ROXID One. Run `build/build.sh`. Please refer to the install instructions in the ROXID One repository.