Skip to main content

How To Run (locally pointed at staging)

this is how to run utopia and atlantis-search pointed at demo but running locally for debugging.

  1.  connect to VPN (or be in office)
  2.  change the Utopia appsettings.json DbConnectionConfigurationData to the staging db
  3.  temporarily add an AtlantisSearchBaseUrl property to the same appsettings.json file
    1. value for this is "http://localhost:7008"
  4.  temporarily add an AtlantisSearchAppKey property to the same appsettings.json file
    1. value for this is  ____ possibly a secret so starts with ZA... (Check Azure for it)
  5.  run atlantis-search and utopia projects
  6.  your data should be connected to staging but the code that is running is all local.
  7.  obviously log in and run a search.

(this isn't rocket science but it took me a while to figure out so i figured I'd share)