Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi for PHP/Suggestion    [ Add a report in this area ]  
Report #:  43551   Status: Closed
Deploy VCL in central location
Project:  HTML5 Builder Build #:  4.453
Version:    1.0 Submitted By:   Jimmy L.A. Muller
Report Type:  New Feature Request Date Reported:  3/31/2007 6:45:04 AM
Severity:    Infrequently encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   252344
Resolution: As Designed (Resolution Comments) Resolved in Build: : 1.0.1.415
Duplicate of:  None
Voting and Rating
Overall Rating: (2 Total Ratings)
3.00 out of 5
Total Votes: 4
Description
When working with several applications in the same server enviroment.
It would be nice to be able to deploy the whole vcl on to the server for example in php include path or somewhere else. So when deploying your project you don't need to deploy the vcl. This will save time when updates are done on vcl.  If there is an update for the vcl, copy the old vcl connect your applicatioons to the old. Deploy the new, test and switch to the new;)
So a more fine grained customization in the deployment wizard would be really nice.
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Brian Layman at 3/31/2007 1:19:07 PM -
Put the VCL in your root.
Telnet in
change to your project dir and type
ln -s ~/vcl
ln -s ~/vcl vcl-bin

Both are needed.  

It works quite well.  Now just copy the files from your "design" project directory up to the "deployed" directory via batch file or whatever.

Jimmy L.A. Muller at 4/1/2007 11:42:18 PM -
This solutions is a good workaround. It would be nicer if you could do a separate deployment of the vcl using deployment wizard, then have a choice to only deploy your projectfiles and not the vcl.

Server Response from: ETNACODE01