Fitrix
Environments
When you install Fitrix, 3 separate processing ‘environments’ are created for different purposes:
Fitrix includes a library of ‘shell scripts’ used for accessing each environment and the Fitrix Install Point includes login templates for each environment (and for a variety of scenarios for each environment)
The following chart explains each environment and the scripts for accessing each environment for each mode.
Environment Description / Directory Name |
Database Name (for each database installed in each
Environment |
Login Title/Remote Command Called By Client |
Data Pre-Loaded * notes 1 and 2 |
Four J’s license accessed * Note 3 |
Comments |
|
|
|
|
|
|
Development fx_dev |
|
|
|
|
The development area is where all customizations to your Fitrix software should be developed and tested. It contains a completely separate set of application source code and a separate development database to minimize the possibility of affecting the production users due to software development activities. |
|
standard |
|
baseplustemp |
|
This is used for code generation but is not normally used to run programs against |
|
sample |
|
train |
|
This is the development and testing database |
|
|
Fitrix Dev Login /fitrix/bin/fg_540_dev_vm.sh
sample |
|
Dev |
Use for developing customizations to Fitrix. (can also be used for testing customizations but typically limited to 1 user) |
|
|
Fitrix Dev RT Login FX_TOOLS=RT /fitrix/bin/fg_540_dev_vm.sh sample |
|
r/t |
Use for testing in development area when more than 1 user is needed for testing. (this uses the Four J’s runtime licenses) |
|
|
|
|
|
|
Production fx_prod |
|
|
|
|
The production area is where your live system runs. |
|
standard |
|
baseplustemp |
|
This is used for code generation but is not normally used
to run programs against |
|
live |
Fitrix User Login /fitrix/bin/fg_540_prod_vm.sh live |
base |
r/t |
Use these scripts for users of the software. The database named ‘live’ is exactly that, your live database. If you have multiple companies, you will want to create additional databases for each company beside this database. |
|
sample |
Fitrix Prod Area Dev Login FX_TOOLS=DEV /fitrix/bin/fg_540_prod_vm.sh sample |
train |
dev |
Use these scripts to access development capabilities in the production environment. While not recommended, it is possible to perform all development tasks in the production environment. It is sometimes desirable to make a small change or be able to recompile a program in this environment – so a script has been provided. Note that this script accesses the ‘sample’ database rather than the ‘live’ database. This allows for testing without affecting the live data |
Training fx_train |
|
|
|
|
This environment is ready to be used with your Fitrix Training Guides. |
|
standard |
|
baseplustemp |
|
This is used for code generation but is not normally used
to run programs against |
|
student1 |
|
train |
|
|
|
|
Fitrix Training User Student1 FX_TOOLS=RT /fitrix/bin/fg_540_train_vm.sh student1 |
|
r/t |
For end user training on Fitrix Business applications |
|
|
Fitrix Training Dev Student1 /fitrix/bin/fg_540_train_vm.sh student3 |
|
dev |
For training on development tools |
|
student2 |
|
Train |
|
Same as student1 but allows separate training database for additional student |
|
student3 |
|
Train |
|
Same as student1 but allows separate training database for additional student |
Notes:
Last Update: 9/11/07