Sign In
Start Page | Recent Changes | All Pages | Orphan Pages | Junebug Help

Comparing version 2 and version 1

Check the [[Thirdparty_Extensions]][[Thirdparty_Extensions|Thirdparty_Extensions]] page for the most up-to-date information concerning the Gallery extension.

h2. Installation

In your Radiant directory:
cd vendor/extensions
git clone git://github.com/pilu/radiant-gallery.git gallery

Then from your radiant application root launch the install task:
rake RAILS_ENV=production radiant:extensions:gallery:install

h2. Get yourYour firstFirst galleryGallery setSet upUp

# Open your Radiant admin panel
# Click on the "Galleries" tab
# Create a new gallery by clicking "New Gallery"
# Enter a name and description for your gallery
# FTP or copy your images to [radiant directory]/public/galleries/import
# On the [your gallery] index page, click "Import Files"

h2. Install yourYour galleryGallery asAs a pagePage

[working on getting the info to go here -- if you'd like to contribute, go for it!]

Back to Page