https://github.com/tabsl/oxarchive
https://github.com/tabsl/oxarchive
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tabsl/oxarchive
- Owner: tabsl
- Created: 2013-04-04T11:38:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-04T12:44:09.000Z (about 13 years ago)
- Last Synced: 2025-02-22T10:16:08.062Z (over 1 year ago)
- Language: PHP
- Size: 47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Unofficial OXID-CE Archive
This repository contains every version of OXID eSales CE. It is intended for developers who need to quickly test module compatibility with different OXID versions.
These installations are meant for module-development ONLY and should not be used in productive environments. If you need the newest version of OXID eSales or modules, please visit: http://www.oxid-esales.com/de/community/oxid-eshop-herunterladen.html or https://github.com/OXIDprojects
It allows for the following workflow:
git clone https://github.com/gn2netwerk/OXArchive.git;
git checkout CE-4.7.3;
*** COPY/CREATE/TEST YOUR MODULE/DO SOME WORK HERE ***
git checkout CE-4.6.5;
*** TEST YOUR SAME WORK IN CE-4.6.5 ***
If you want to see a list of available versions, just type:
git tag;
As a bonus, each release is tagged for easy downloading: https://github.com/gn2netwerk/OXArchive/tags. This is meant as a mirror of: http://wiki.oxidforge.org/Category:Downloads
If you have any suggestions/improvements, feel free to send a pull request.