/DeployMethod

This repository contains instructions for deploying the Queen Amdi userbot in GoormIDE.

Platform : VPS/VM (GoormIDE) | Free Deployment

This repository contains instructions for deploying the Queen Amdi userbot in goormIDE.

  • First of all you have to edit .env-example file like this.



  • Then create an account on GoormIDE. Then follow the steps;




    Don't forget to check the availability of your repo




  • Now create your container. After the process done, Click on the Run terminal icon.



Now copy and paste this commands in your terminal.

  1. Install git ffmpeg curl

     apt -y update &&  apt -y upgrade 
     apt install ffmpeg -y
    
  2. Install yarn

    curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - 
    echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
    apt -y update && apt -y install yarn
    apt install --no-install-recommends yarn
    
  3. Clone Repo and install required packages

    git clone *Your Github Clone repo link*
    cd QueenAmdi
    npm install
    npm run package
    npm run pm-run
    
  • Scan and Connect your bot.

  • If you're facing any connecting problem after scanning the QR code, Use this commands to restart your bot.
    cd QueenAmdi 
    pm2 restart QueenAmdiMD