GithubHelp home page GithubHelp logo

tharushimd / deploymethod Goto Github PK

View Code? Open in Web Editor NEW

This project forked from i-am-alpha/deploymethod

0.0 0.0 0.0 6 KB

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

deploymethod's Introduction

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
    

deploymethod's People

Contributors

i-am-alpha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.