https://github.com/modxcms/media-manager
2.2.x Media Manager Plugin to become part of 2.3
https://github.com/modxcms/media-manager
Last synced: 3 months ago
JSON representation
2.2.x Media Manager Plugin to become part of 2.3
- Host: GitHub
- URL: https://github.com/modxcms/media-manager
- Owner: modxcms
- Created: 2014-06-05T16:53:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T06:46:11.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T01:49:53.799Z (about 1 year ago)
- Language: JavaScript
- Size: 631 KB
- Stars: 0
- Watchers: 15
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Media Manager
2.2.x Media Manager Plugin to become part of 2.3
> Notes : the current "release" is also an experimentation to using RequireJS & Bower to help build CMPs, so do not feel scared about the "non conventional" way of doing things
## Manual installation
> This assume your Revolution installation is in a sub folder (ie. http://localhost/revo/)
* git clone at the same level your Revo installation is
* create a `namespace` with the following parameters
* name : `media`
* core path : `/path/to/media-manager/core/components/media/`
* create `media.core_path` system setting with the following parameters
* key : `media.core_path`
* value : `/path/to/media-manager/core/components/media/`
* namespace : `media`
* create `media.manager_url` system setting with the following parameters
* key : `media.manager_url`
* value : `/url/to/media-manager/manager/components/media/`
* namespace : `media`
* create `config.core.php` at the root of `media-manager` folder with the following```