| Project Manager | |
Create a recommended deployment structure and project.
| Files and Folders | Description | Development (under SVN) | Deploy |
|---|---|---|---|
| bin/ | Binaries. Result of compiling the sources:
|
N | Y |
| src/ | Application sources. |
Y | N |
| styles/ | Genero style files: .4st, 4ad, 4tb, etc. | Y | Y |
| config/src | .xcf or other config file containing all application configuration information | Y | N |
| config/gas-app/ | Compiled Application Server .xcf files to deploy in the GAS app directory. | N | Y (modified on site: absolute path) |
| config/fgl | fglprofile files (Machine dependent for SQLLite.) |
Y | Y (modified on site) |
| reports/ | Genero Report Writer design files: .4rp | Y | Y |
| snippets/ | GAS snippet files referenced from the .xcf or other configuration file. | Y | Y |
| images/ | All applications resources usually in FGLIMAGEPATH as images and icons. | Y | Y |
| app.manifest | The manifest describes the content of the archive: |
N Y (if this is the source of GST setup) |
Y |
General information
|
|||
|
|||
Declare the “variables” or other information that must be resolved on deployment time:
|
|||
|
If Genero Studio reads and takes this manifest into account (it is a source rather than generated), additional information is needed:
|