Run miniPaint - Browser Based Image Editor - on Linux

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=r6Etqtdn4E4



Duration: 1:24
179 views
11


#miniPaint #ImageEditor #Linux

Full steps can be found at https://i12bretro.github.io/tutorials...

--------------------------------------------------------------------
What is miniPaint?
--------------------------------------------------------------------
[miniPaint is an] online image editor lets you create, edit images using HTML5 technologies. No need to buy, download, install or have obsolete flash. No ads. Key features: layers, filters, HTML5, open source, Photoshop alternative.
miniPaint operates directly in the browser. You can create images, paste from the clipboard (ctrl+v) or upload from the computer (using menu or drag & drop). Nothing will be sent to any server. Everything stays in your browser. - https://github.com/viliusle/miniPaint
 
--------------------------------------------------------------------
Installing NodeJS
--------------------------------------------------------------------
   01. Log into the Linux device
   02. Run the following commands in a terminal window
         add nodejs software repository
         curl -sL https://deb.nodesource.com/setup_20.x | sudo bash -
         install nodejs
         sudo apt install nodejs -y
         test node is working
         node -v
         test npm is working
         npm -v
 
--------------------------------------------------------------------
Running miniPaint
--------------------------------------------------------------------
   01. Continue with the following commands:
         install git
         sudo apt install git -y
         cd back to home
         cd ~
         clone minipaint github repo
         git clone https://github.com/viliusle/miniPaint... ./miniPaint
         cd into git clone
         cd miniPaint
         install dependencies
         npm install
         build minipaint
         npm run build
         run minipaint
         npm run server
   02. Open a web browser and navigate to http://DNSorIP:8080
   03. Welcome to miniPaint
 
Source:  https://github.com/viliusle/miniPaint...
 


Connect with me and others ###
★ Discord:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro  







Tags:
Browser Based
Debian
Home Lab
Home Lab Ideas
How To
Install Guide
Install MiniPaint On Linux
Linux
MiniPaint
NodeJS
NodeJS Based Photo Editor
Open Source
Photoshop Alternative
Self-Hosted
Tutorial
Ubuntu
Web Based
Web Based Image Editor
Web Based Photo Editor
Web Based Photoshop Alternative
Web Based Tools
i12bretro