azrillana / steganografi

tugas steganografi global

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Stegano NodeJS Application Non Container

Install NPM

Linux

  1. Install npm with this command :
    sudo apt install npm
    

Windows

  1. Install npm with this link :
    https://nodejs.org/dist/v20.13.1/node-v20.13.1-x64.msi
    

Reference install tutorial link : https://phoenixnap.com/kb/install-node-js-npm-on-windows

Install ffmpeg

Linux

  1. Install ffmpeg with this command :
    sudo apt install ffmpeg
    

Windows

  1. Download Package ffmpeg with this link :
    https://ffmpeg.org/download.html
    

Install Required NodeJS Package

  1. Run this command for Linux & Windows :
    npm install express multer fluent-ffmpeg
    

Start The Server

  1. Run this command for Linux & Windows :
    node server.js
    
    

Install Stegano NodeJS Application Docker Container

Modify & Adjust For Domain In docker-compose File

  1. Edit with this command :
    vi docker-compose.yaml
    

Start The Container

  1. Run this command :
    docker compose up -d

About

tugas steganografi global


Languages

Language:JavaScript 61.6%Language:CSS 19.5%Language:HTML 16.4%Language:Dockerfile 2.5%