Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Substantial updates prior to finalizing the deployment.

...

Manually Download the Required Files

Remove the Target Directories

...

Make a remote-desktop connection (RDP) to the target machine, and remove, or rename, the following directories.  The deployment will create new, updated ones:

C:\apps\eas_automation\

...

automation
C:\apps\eas_automation

...

\database

Manually Download the Required Files

Download the Repositories

There are two EAS source code repositories to download to the target machine.  Make a remote-desktop connection (RDP) to the target machine.

Note

The names of the compressed repository files are important, and it is important to accept the default names when they are downloaded.

...

Tip
titleCapture the changeset identifiers

You will be prompted for the changeset identifiers from each of the repositories, so it is a good idea to have them ready by copying them into a text file.  Using the compressed repository files from above, these would be the corresponding changeset identifiers:

  • eas changeset identifier (EAS_BRANCH): 4bfdbdd3aff1
  • sfeas_config changeset identifier (CONFIG_BRANCH): 8b95cae3f9b5

Download the Workaround Deployment Script

...

Everything is now in place to run normally.

Tip
titleBitbucket Credentials Are Not Needed

The deployment script will prompt you for Bitbucket credentials, but this workaround does not require them so it is okay to accept the default values for USER, Password, and TEAM.  This is illustrated in the next Tip.


Tip
titleChangeset Identifiers

When prompted, paste the changeset identifiers that were saved earlier:

Image Added

Open a Command Prompt and execute the following commands:

Code Block
languagepowershell
linenumberstrue
cd C:\apps\
python eas_automation_deploy.py eas_automation

...