Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AltiMario opened this issue Mar 1, 2024 · 6 comments
Open

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

AltiMario opened this issue Mar 1, 2024 · 6 comments

Comments

@AltiMario
Copy link
Member

No description provided.

@AltiMario AltiMario self-assigned this Mar 1, 2024
@AltiMario AltiMario added this to the Wallet Integration milestone Mar 1, 2024
@AltiMario
Copy link
Member Author

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

@AltiMario AltiMario assigned NadigerAmit and unassigned AltiMario Mar 1, 2024
@JoshOrndorff
Copy link
Contributor

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

@AltiMario
Copy link
Member Author

great we will use it 👍

@JoshOrndorff
Copy link
Contributor

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
Copy link
Member Author

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 AltiMario changed the title Create an node instance in cloud for dev purpose Create an node instance in cloud for dev and test purposes Mar 1, 2024
@AltiMario
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

4 participants