TannerReynolds / HIPS

Havana Image Processing Server: The server application used in the Havana Discord bot to generate images based in input from the bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HIPS

Havana Image Processing Server: The server application used in the Havana Discord bot to generate images based in input from the bot

Requirements

Installation (Ubuntu 16.04)

Nodejs

curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs

Graphics Magick

sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:rwky/graphicsmagick
sudo apt-get update
sudo apt-get install graphicsmagick

Canvas Deps

sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

NPM Modules (In app's main dir)

npm i

About

Havana Image Processing Server: The server application used in the Havana Discord bot to generate images based in input from the bot

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.4%Language:HTML 4.3%Language:CSS 2.3%