Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deploying your code:

  1. Navigate to the target pathunc path corresponding to the staging server for the application you are deploying.

    1. For example, navigate to the path for the eMER unsecure development environment

  1. zip the files for the application and copy it to the backup location for the app you are deploying.
    Optionally, you can also copy the content of the folder to a temporary location on your local machine.

    1. Important: you will need the web config that you have copied as the last step of your deployment process.

  2. Publish your changes locally

    1. Create publish settings in visual studio

    2. create a different folder - don’t use the one from step 2.

    3. create a new custom profile

    4. Keep the default location bin\app.publish

    5. Finish

    6. Save

    7. Publish

  3. Update the development location with your changes:

    1. Go to the deployment location for the project

    2. delete everything except for the web.config, backup folders, and any special required folders that are not included in the package.

    3. copy the files (except web config) from the folder you created in step 3 and paste them in the deployment location.

  4. wait 5 or 10 minutes.

  5. Test that the project you deployed is working.

Oracle library

Different versions of the Oracle library are required for running some applications locally vs deploying them to development, acceptance and prod.

...