Hi all,
I’ve some difficult to deploy correctly the img and doc folder . I mean that in local everything work and in production not.
The name of my project is “Z_ASSOCIATION”.
I normally use to record attached files (docs and images) to some of my forms.
Into the forms under settings I’ve set :
Documents Path : /scriptcase/file/doc
Image Directory : /scriptcase/app/Z_ASSOCIATION/_lib/img/
Are above sintax corrects ?? (in local they works).
The full path of local directories are the following:
C:\Program Files (x86)\Scriptcase\v7\wwwroot\scriptcase\app\Z_ASSOCIATION_lib\img
C:\Program Files (x86)\Scriptcase\v7\wwwroot\scriptcase\file\doc
(why under C:\Program Files (x86)\Scriptcase\v7\wwwroot\scriptcase\app\Z_ASSOCIATION_lib… there is not a directory for doc ??)
On production server side I have two similar environments, but one is directly implemented under root and the other not:
/_lib/prod
/_lib/img
/_lib/tmp
/_lib/file/doc
/www.mysite.it/associationsV7/_lib/prod
/www.mysite.it/associationsV7/_lib/img
/www.mysite.it/associationsV7/_lib/tmp
/www.mysite.it/associationsV7/_lib/file/doc
Now when I later deploy all applications I need to define the production environment correctly.
Common Libraries Folder --> /scriptcase/_lib/prod
Images Folder --> /scriptcase/_lib/img/
Temp Folder --> /scriptcase/_lib/tmp
Documents Folder --> /scriptcase/_lib/file/doc
- Are the above setting correct within advanced deploying process ?
- Are they usable for both production above environment or I need to make one different from other one ?
- Which are edventually the sintax differences ?
Many thanks
Giovannino