This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
forked from blazingcloud/radiant-mediamaid-extension
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
48 lines (28 loc) · 1.66 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
== Welcome to MediaMaid
MediaMaid is an easy-to-use asset manager extension for Radiant CMS.
== Features
- Resizes images to thumbnails on upload
- Configure thumbnail, and other sizes through admin settings
- Super easy 1-click insertion of image, video, and audio files, with HTML mark-up into blog post
- Users can view image gallery without leaving Edit Page
- Batch import rake task brings files from local directory into asset directory and resizes
- You can change the HTML that inserts with the 1-click option
== Getting Started
1. Install ImageMagick for your system. i.e. for Mac OS X":http://www.imagemagick.org/script/binary-releases.php#macosx
Follow the various steps per O/S to fully install ImageMagick. I found it helpful to edit the ".bashrc" file in my Mac O/S to add the environment variables:
MAGICK_HOME=[ImageMagick Installation Directory]/ImageMagick-6.5.8
PATH=[other path vars]:[ImageMagick installation directory]/bin
DYLD_LIBRARY_PATH=[your installation directory]/lib
2. If you don't already have it, you'll need the paperclip gem
gem install paperclip
3. If you don't have it installed, install Settings extension. In your Radiant root directory, enter:
git clone git://github.com/Squeegy/radiant-settings.git settings
4. Run the following to fully install Settings:
rake radiant:extensions:settings:migrate
rake radiant:extensions:settings:update
5. In your vendor/extensions directory, clone the code from github:
git clone [email protected]:blazingcloud/radiant-mediamaid-extension.git mediamaid
6. Run Radiant extension command-line functions:
rake radiant:extensions:mediamaid:migrate
rake radiant:extensions:mediamaid:update
7. Restart server