{* * $Revision: 1.36 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="Gallery Repository Setup"}

{if !empty($errorMessage)}

{g->text text="Warning:"} {g->text text=$errorMessage}

{/if}

{g->text text="In order to download plugins from the Gallery repository, a special directory needs to be created where Gallery will store the data. Under your Gallery base directory, create a directory called '%s' and allow the web server to write into it by appropriately setting the permissions." arg1=$pluginsDirectoryName} {g->text text="Instructions for Unix-type platforms:"}

    $ cd {$galleryBaseDirectory}
    $ mkdir {$pluginsDirectoryName}
    $ chmod 777 {$pluginsDirectoryName}
  

{g->text text="Refreshing this page will take you to the Repository if the directory has been successfully created."}