Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huksley/modx-package-provider
Sample implementation of MODx Package Provider
https://github.com/huksley/modx-package-provider
Last synced: 2 months ago
JSON representation
Sample implementation of MODx Package Provider
- Host: GitHub
- URL: https://github.com/huksley/modx-package-provider
- Owner: huksley
- Created: 2012-03-31T23:36:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-11T20:36:17.000Z (almost 13 years ago)
- Last Synced: 2024-04-15T06:42:44.712Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 382 KB
- Stars: 22
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Sample implementation of MODx Package Provider
----Currenly sample package is defined in body of index.php.
This sample package will install one snippet, one chunk and one template in MODx resource tree.The goal of this project is to create provider and packages which live on
real filesystem and can be installed/updated in MODx as needed.This PHP script requires fresh Apache2.2/PHP installation with ZipArchive extension.
Tested on latest updated Ubuntu 10.10.INSTALLING
Copy to Apache2 site root or web folder.
Copy ht.access to .htaccess and modify to suit your needs.ADDING IN MODX MANAGER
Select Package management -> Providers -> Add new provider
In Name set ____ Your repo name _____
In Service URL set URL to directory with index.php, e.g.
____ http://your-site-path/modxpackageprovider/ ____After that you can choose on Packages tab,
Download Extras -> Select a provider -> Your repo name