golemfactory / yagna-docs

Documentation for yagna
GNU General Public License v3.0
4 stars 3 forks source link

Environment variable setting doesn't work on Windows #184

Closed shadeofblue closed 1 year ago

shadeofblue commented 1 year ago

The quick-start calls to run the dapp-runner using Linux like env passing, whic does not work on Windows

(dapps) C:\Users\ggodlewski\golem-test>YAGNA_APPKEY="692f68f2cd52427dbe320cb2bc9843f5" dapp-runner start --config config.yaml webapp.yaml
'YAGNA_APPKEY' is not recognized as an internal or external command,
operable program or batch file.

Todo

shadeofblue commented 1 year ago

https://golem-network.gitbook.io/golem-sdk-develop/requestor-tutorials/dapps/run-a-dapp

shadeofblue commented 1 year ago

https://golem-network.gitbook.io/golem-sdk-develop/requestor-tutorials/dapps/hello-world-dapp

lucekdudek commented 1 year ago

We changed doc so this issue doesn't apply anymore