|
Calcium Documentation - List of Installed Files
List of the directories and files for a typical Calcium 4.0
installation
We'll assume your installation is in the cgi-bin
directory. That directory should contain:
Calcium40.pl | |
the main Calcium script; note that you can rename this file
to whatever you like. |
CalciumDir40 |
|
a directory (or folder) |
Note: There may be other files unrelated to Calcium in the
cgi-bin directory.
Then, in the CalciumDir40 directory, you should have:
Calendar |
|
a directory; Calcium source code |
Operation |
|
a directory; more Calcium source code |
data |
|
a directory; all of your data files will be in
here |
redist |
|
a directory; some Perl library modules which may not be
included in your Perl distribution |
upgrades |
|
a directory; Calcium code for upgrades,
customizations |
Here's a picture of how things should look, more or less: starting in
cgi-bin:
cgi-bin
|
|
`---Calcium40.pl ← the main Calcium script
|
|
`---CalciumDir40 ← directory
|
|
|
`--- Calendar ← directory
| |
| +---AddIn.pm
| |
| `---AdminPager.pm ← many .pm files, and 3
| | dirs; Date, I18N, Mail
| `-... etc ...
|
|
`--- Operation ← directory
| |
| `---AddEvent.pm
| |
| `---AddEventExternal.pm ← many .pm files
| |
| `-... etc ...
|
|
`--- data ← directory
| |
| `---AddIns ← directory
| |
| `---Master ← directory
| |
| `---[data files] ← .Events, .Preferences files
|
|
`--- redist ← directory
| |
| `---Convert ← directory
| |
| `---Mail ← directory
| |
| `-... etc ...
|
|
`--- upgrades ← directory
Back to the Installation Tips page.
|