The main admin settings page consists of:
For information on the Server Registry settings see remoteservers.html.
Specify the RAMADDA administator email for when RAMADDA sends email to users. The Mail Server is the smtp mail server that RAMADDA can use to send email. If this is not defined then user's cannot reset their passwords via email.
The anonymous uploads Max Directory Size is the maximum size of the files that are uploaded through the anonymous upload facility. This cap keeps rogue users from filling up the disk via anonymous uploads.
The Cache Size is the size of the cached files that RAMADDA generates (e.g., ftp files). The cache is in: <ramadda home>/tmp/cache
If you are running the Unidata LDM system on the server machine you can allow RAMADDA services to inject files into the LDM queue by specifying the path to the pqinsert program and the queue location.
The Translations field is a quick way to define new phrases to use in place of the default phrases that RAMADDA uses.
The Facebook Comments key allows you to integerate the Facebook comments facility. Contact RAMADDA support for more information.
If the Google Maps Key is defined then there is a Google Earth plugin display capability provided. You need to get an API key for each domain name and port you might be running RAMADDA under. The format of the admin setting is (one per line):
hostname1;API key1;premier_opts1 hostname2;API key2;premier_opts2 hostname2:<port>;API key3The premier_opts is optional. e.g.:
localhost;ABQIAAAA-JXA0-.... ramadda.org;ZXQIAAAA-JXA0-.... yourhost.org:9090;ZXQIAAAA-JXA0-.... noaa.gov;;client=gme-yourclientid&sensor=falseNotes:
ramadda.master.enabled=trueOnce enabled and with RAMADDA restarted there should be a "Local Repositories" section in the Admin pages. This page will list all of the children repositories and their status and allow you to create new repositories. When you create a new repository you need to specify an ID (e.g. "testrepos"), and an admin account password. This results in a repository that can be accessed through the URL:
http://hostname/repository/repos/testrepos/...Web login session is not shared among virtual repositories but you should be able to login with the user name and password from the parent repository as well as with the account information specified for the new repository. Note, the children repositories themselves can contain virtual repositories. It is easy to move a child repository into its own RAMADDA server. First, from the Admin Local Repositories page stop the RAMADDA that you want to move. On the file system of the server under the RAMADDA home directory there should be a sub-directory "repositories". The RAMADDA home directories for each virtual repository is placed there (e.g., "repository_testrepos"). Simply move the virtual repository home directory to another machine and use it as the main RAMADDA home dir. Note, for space reasons, when moving the directory you can delete the plugins, resources, and tmp sub-directories. If you delete the plugins directory you will need to re-install the plugins on the new machine. You can also move a virtual repository into another RAMADDA as a new virtual repository. Simply copy (or move) the virtual repository home directory into the "repositories" sub-directory (create it if needed) of the target RAMADDA. Then, through the target RAMADDA's admin screen add the new repository. RAMADDA will note that there is already a home directory with a database, etc., and will use that instead of creating a new one.