Code Monkey home page Code Monkey logo

ospicture's Introduction

OSPicture

Build Status Codacy Badge codebeat badge Code Climate Issue Count

Hosting the images with multiply uploads, checking of checksum, lossless optimization.

Demonstration

OSPicture - WebP animation Home - Image - Full Screen Mode - Folder

Getting Started

  1. Setting utf8 encoding in MySQL:
    1. Go to /etc/my.cnf
    2. Remove ; before collation_server and character_set_server, or add this:
[mysql]
default-character-set = utf8
  
[mysqld]
collation_server = utf8_unicode_ci
character_set_server = utf8
  1. Install image optimizations libraries and ImageMagick:

Run

  1. Clone repository:
$ git clone https://github.com/MrChebik/OSPicture.git
$ cd OSPicture
  1. Launch:
$ mvn spring-boot:run \
--Dspring.datasource.username=USERNAME_DB \
--Dspring.datasource.password=PASSWORD_DB \
--Dpath.pictures=FOLDER_TO_STORE_IMAGES
  1. Follow to the link: http://localhost:8446/

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Tasks

  • B+ Tree structure of pictures.

ospicture's People

Contributors

mrchebik avatar codacy-badger avatar

Watchers

James Cloos 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.