You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is quite a bit of configuration between these apps, depending on which environment they'll be built. The documents, config files, and any bootstrapping configuration should be easy to follow and execute.
The following environments are important for us:
Local:
- Uses local `barge`, `pdr-web`, and `pdr-websockets`. Everything `runs on my laptop`.
Staging
- Uses `oasis testnet`. `pdr-websockets` is deployed on `DevVM`. `pdr-web` runs `on my laptop` and `connects to oasis testnet + DevVM`.
Production
- Uses `oasis mainnet`. `pdr-websockets` is deployed on `ProdVM`. `pdr-web` runs `on my laptop` or `vercel App` and `connects to oasis testnet` + `ProdVM`.
DoD:
README - Local deployment is easy to follow on readme and can be executed flawlessly by just following it step-by-step.
README - Staging deployment is easy to follow on readme and can be executed flawlessly by just following it step-by-step.
README - Production deployment is easy to follow on readme and can be executed flawlessly by just following it step-by-step.
The text was updated successfully, but these errors were encountered:
Problem:
Right now there is quite a bit of configuration between these apps, depending on which environment they'll be built. The documents, config files, and any bootstrapping configuration should be easy to follow and execute.
The following environments are important for us:
DoD:
The text was updated successfully, but these errors were encountered: