Skip to content

pyohei/simple-image-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Image File Server

ABOUT

This system supports simple image files viewer.
You can manage and share your image files easily.

USAGE

ENVIRONMENT

  • Python3.6

INSTALL

git clone https://github.com/pyohei/image-viewer.git
cd simple-image-server

If you want to activate virtualenv, type the below sentence.

python -m venv venv
source venv/bin/activate

SETUP

After install, you must import python library.

pip install -r requirements.txt

PREPARE

Before executing, you prepare image folder which you will use in this script.

EXECUTE

You can execute the below command (using the upper directory name).

python servermain.py `your image file directory`

If you want to execute sample,

python server/main.py sample

Plugin

I'm using jQuery plugin of jQuery.TosRUs.
Thanks!

LICENSE