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

Deploy Steps #21

Open
17 tasks
Pratap2018 opened this issue Dec 14, 2022 · 1 comment
Open
17 tasks

Deploy Steps #21

Pratap2018 opened this issue Dec 14, 2022 · 1 comment

Comments

@Pratap2018
Copy link
Member

Deploy Instruction Wallet

  • Create a branch from develop(most updated) with proper version number
  • Take a pull of that branch and build## Deploy Instruction Wallet
  • create a subdomain for the wallet as (wallet-testnet.hypersign.id)
  • Create a s3 bucket with policy getObjects
  • Create invalidations /*

Deploy Instruction Authserver

  • Create a branch from develop(most updated) with proper version number
  • Setup redis server with redisearch module (https://redis.io/docs/stack/search/quick_start/)
  • Follow Build from source instruction in the above link
  • Generate redisearch.so (LITE OSS) and copy it to /usr/lib/redisearch.so
  • add the path '/usr/lib/redisearch.so' to /etc/redis/redis.conf as loadmodule
  • restart the redis server
  • check if redisearch module is loaded by running redis-cli and running command 'MODULE LIST' (https://redis.io/commands/module-list) OUTPUT should be like this
 1) "name"
 2) "searchlight"
 3) "ver"
 4) (integer) 999999
  • Take a pull of that versioned branch
  • npm install
  • npm run build
  • pm2 start "npm run start" --name "Authserver"
  • pm2 start "npm run service:start" --name "Authserver:Txn-Service"
@Pratap2018 Pratap2018 pinned this issue Dec 14, 2022
@Vishwas1
Copy link
Contributor

Vishwas1 commented Dec 5, 2023

Redis-Search Docker

docker run -p 6379:6379 redis/redis-stack-server:latest

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

No branches or pull requests

2 participants