Assignment 9: Demonstrate Code Deployment
- Due Jun 7, 2022 by 11:59pm
- Points 100
- Submitting a file upload
For this assignment, you need to deploy test code on a server two different ways. The first time, you need to use a manual upload process like one of these:
- Edit files right on your server directly.
- Use FTP to transfer files manually.
- Use SFTP to transfer files manually.
The second time, you need to use some sort of automation or version control like one of these:
- Use a version control tool like Git, Subversion (“SVN”) or Mercurial.
- Install version control on the server, pull files manually.
- Set up automated pull from the server.
- Use 3rd party deployment tools.
Provide two screen shots. One screen shot will illustrate your manual deployment process. The second screen shot will illustrate your automated or version control process. Also, in the comments, answer the question below:
Now that have tried both manual file upload and and automated or version control deployment processes, which do you think you will use more in the future? Why?
Demonstration: Deploying Your Code Links to an external site.