-
์คํ์ 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.
- server ๋๋ ํ ๋ฆฌ๋ก ์ด๋ ํ server.py ๊ตฌ๋
$ cd server $ python server.py - app ๋๋ ํ ๋ฆฌ๋ก ์ด๋ ํ app.py ๊ตฌ๋
$ cd ../app $ python app.py - ์ ์์ ์ผ๋ก ์ฌ์์๋๊ณ ์ด๋ฏธ์ง๊ฐ ๋ฐ๋์๋์ง ํ์ธ
- ๊ธฐ์กด ๋ฒ์ ์ ์นผ๋ผ์ด๋ฏธ์ง์์ ์ ๋ฐ์ดํธ๋๋ฉด ํ๋ฐฑ์ผ๋ก ๋ฐ๋๋ค.
- If the update is successful, check the change from the existing version of the color logo to the monochrome logo.
. โโโ 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** __version__ = 1.0