mlabs-haskell / TuxedoDapp

Cryptokitties on Polkadot using UTXO
Apache License 2.0
2 stars 1 forks source link

Create an node instance in cloud for dev and test purposes #36

Open AltiMario opened 4 months ago

AltiMario commented 4 months ago

I have installed the EC2 install on AWS, now it is a job for @NadigerAmit to install the node.

JoshOrndorff commented 4 months ago

FYI, we have docker images if that is useful https://github.com/orgs/Off-Narrative-Labs/packages?repo_name=Tuxedo

AltiMario commented 4 months ago

great we will use it :+1:

JoshOrndorff commented 4 months ago

If your main point in hosting a cloud node is to make it easy for your frontend dev to hit a node without having to build it, they can also run the docker image locally.

This should work anywhere:

docker run -p 9944:9944 ghcr.io/off-narrative-labs/tuxedo:main --dev

This also works for me on linux:

docker run --network host ghcr.io/off-narrative-labs/tuxedo:main --dev
AltiMario commented 4 months ago

I think @Winni- is already using docker locally for dev purposes, my intention is to have a running node online also for test purposes (for not dev).

AltiMario commented 4 months ago

I have stopped the instance, it is not required for now