Skip to content

๐Ÿ–ฅ์†Œํ”„ํŠธ์›จ์–ด์˜ ์ž๋™ ์—…๋ฐ์ดํŠธ ์ฒดํฌ ๋ฐ ์„ค์น˜ ๋กœ์ง๐Ÿ”ผ

Notifications You must be signed in to change notification settings

week-ends/update_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

update_tester

made-with-python made-with-flask


  • ์‹คํ–‰์‹œ url์—์„œ ๋ฒ„์ „์„ ํ™•์ธํ•œ๋‹ค.

  • This software check the version in the url at the time of execution.

  • ๋‚ฎ์€ ๋ฒ„์ „์œผ๋กœ ํ™•์ธ๋  ๊ฒฝ์šฐ ๋กœ๊ณ ๋ฅผ ์—…๋ฐ์ดํŠธํ•œ๋‹ค.

  • Logo(app/img/logo.png) of the software if confirmed with a lower version.



[ LinkedIn ] [ Blog ]



How to Test

  1. server ๋””๋ ‰ํ† ๋ฆฌ๋กœ ์ด๋™ ํ›„ server.py ๊ตฌ๋™
$ cd server
$ python server.py
  1. app ๋””๋ ‰ํ† ๋ฆฌ๋กœ ์ด๋™ ํ›„ app.py ๊ตฌ๋™
$ cd ../app
$ python app.py
  1. ์ •์ƒ์ ์œผ๋กœ ์žฌ์‹œ์ž‘๋˜๊ณ  ์ด๋ฏธ์ง€๊ฐ€ ๋ฐ”๋€Œ์—ˆ๋Š”์ง€ ํ™•์ธ
  • ๊ธฐ์กด ๋ฒ„์ „์˜ ์นผ๋ผ์ด๋ฏธ์ง€์—์„œ ์—…๋ฐ์ดํŠธ๋˜๋ฉด ํ‘๋ฐฑ์œผ๋กœ ๋ฐ”๋€๋‹ค.
  • If the update is successful, check the change from the existing version of the color logo to the monochrome logo.

File Description

.
โ”œโ”€โ”€ app                     # app files
โ”‚   โ”œโ”€โ”€ img
โ”‚   โ”‚   โ””โ”€โ”€ logo.png        # **target to update**
โ”‚   โ””โ”€โ”€ app.py              # **app**
โ”‚
โ””โ”€โ”€ server                  # server files
    โ”œโ”€โ”€ files
    โ”‚   โ””โ”€โ”€ 1.1.zip         # **updated contents**
    โ”œโ”€โ”€ static
    โ”‚   โ””โ”€โ”€ version.txt     # **string of new version**
    โ”œโ”€โ”€ templates           # practices for Flask (not need)
    โ”‚   โ””โ”€โ”€ index.html
    โ”‚   โ””โ”€โ”€ update.html
    โ”‚   โ””โ”€โ”€ upload.html
    โ””โ”€โ”€ server.py           # **server**

app.py

__version__ = 1.0

About

๐Ÿ–ฅ์†Œํ”„ํŠธ์›จ์–ด์˜ ์ž๋™ ์—…๋ฐ์ดํŠธ ์ฒดํฌ ๋ฐ ์„ค์น˜ ๋กœ์ง๐Ÿ”ผ

Topics

Resources

Stars

Watchers

Forks