testing on server
This commit is contained in:
parent
024e2b1921
commit
a7e63de299
5 changed files with 5 additions and 6 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
# HELP 도움이 필요해요 HELP
|
# HELP 도움이 필요해요 HELP
|
||||||
# 깃허브에서 이 repository를 clone해서
|
# 깃허브에서 이 repository를 clone해서
|
||||||
# 그걸 바로 재설치하면 될 것 같아서 구현 예정!
|
# 그걸 바로 재설치하면 될 것 같아서 구현 예정!
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,4 @@ freg = fragments.Fragments()
|
||||||
freg.preindex(data_path)
|
freg.preindex(data_path)
|
||||||
freg.postindex()
|
freg.postindex()
|
||||||
|
|
||||||
distribusify(args, data_path, freg)
|
distribusify(args, data_path, freg)
|
||||||
|
|
|
||||||
2
init.sh
2
init.sh
|
|
@ -1,2 +1,2 @@
|
||||||
pip install update
|
pip install update
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
pillow
|
pillow
|
||||||
python-magic
|
python-magic
|
||||||
python-magic-bin
|
markdown
|
||||||
markdown
|
|
||||||
|
|
|
||||||
2
test.sh
2
test.sh
|
|
@ -16,4 +16,4 @@
|
||||||
# --no-hidden Exclude hidden directories
|
# --no-hidden Exclude hidden directories
|
||||||
# --menu-with-index Append index.html to menu items to aid navigation
|
# --menu-with-index Append index.html to menu items to aid navigation
|
||||||
|
|
||||||
python distribusi/test.py -d ./test_data/
|
python distribusi/test.py -d ./test_data/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue