Automated Deployment with svn,ssh and plsql -
The process we are now following is:
1. The path of code in the developer Sends mail (SVN path) 2. We check the amendments in the source code folder and copy the modified files to my local machine. 3. Play the backend component (.sql, .pck, .prg) in pl-sql developer. 4. Transfer the front path to the specified path in the remote server through SSH. 5. Mail logs and developer to step 3 and 4.
Is there a way to automate the whole process
I would suggest the following Sending files via mail and compilation is too old You can use Hudson or Jenkins to automate it when Hudson runs, it will update modified or added files in its working directory. In case of backend consolidation, you must first export the files to some temporary location. You can use their ANT to compile backend files in Schema. Transfer to the application server for front end files, you can use the deployment options available with "Execute Shell" or Hudson / Jenkins.
You can use something to export modified files since the last build. But you need to keep the final creation svn modification, somewhere, exporting incremental files to a temporary location may be in a text file for the next build.
You can use ABC to backend compile.
Comments
Post a Comment