Create Resample Server (1)
Source: Notion | Last edited: 2023-12-09 | ID: f47fb7b2-f1a...
From AMI
Section titled “From AMI”


Done
From Scratch
Section titled “From Scratch”Create Instance AWS

ssh -i "el-prod-data-provider.pem" ubuntu@resample.eonlabs.comcontainerName=data-provider && cd ~/your-path/data-provider-redis && docker container run -it --name ${containerName} -h ${containerName} -v $(pwd)/../data-provider-redis:/data-provider-redis eonlabsteam/data-provider具体细节请参考 README https://github.com/Eon-Labs/data-provider-redis