gdl-blue / imitated-seed-2

더시드 *구버전* 모방 엔진
The Unlicense
29 stars 43 forks source link

config file, 스킨 외 2개 이슈 관련 #147

Closed solutionwiki closed 8 months ago

solutionwiki commented 8 months ago
solutionwiki commented 8 months ago

클릭 미스.

wikiengine commented 8 months ago

개발자분이 리버티 스킨을 포함시켜버리면 GPL-3라이선스가 적용되야하기때문에 아마도 포함은 불가할거같습니다

wikiengine commented 8 months ago

geoip모듈 없다고나오는거는 위키 디렉터리 내에서 npm i 이 명령어 실행하셔야합니다

wikiengine commented 8 months ago

config.json파일은 왜 복구를 하는건가요? node server명령어를 실행하여 초기세팅을 진행해도 파일이 생성되지 않나요?

wikiengine commented 8 months ago

자세한 설치법 (ubuntu) 순서대로 터미널에 입력하세요. sudo apt update; sudo apt install nodejs; sudo apt install npm; sudo apt install git; : apt업데이트, nodejs설치, npm설치, git설치 git clone https://github.com/gdl-blue/imitated-seed-2; cd imitated-seed-2; mkdir css; mkdir skins; cd js; wget https://theseed.io/js/theseed.js https://theseed.io/js/jquery-2.1.4.min.js https://theseed.io/js/jquery-1.11.3.min.js https://theseed.io/js/intersection-observer.js https://theseed.io/js/dateformatter.js; cd ../css; wget https://theseed.io/css/wiki.css https://theseed.io/css/katex.min.css https://theseed.io/css/diffview.css; cd ../skins; git clone https://github.com/navyCarpet/imitated-skin-liberty.git liberty; cd ..; npm install : 기본적인 설치방법, navycarpet님의 리버티를 사용 node server : 서버 초기세팅 node server : 서버 실행

gdl-blue commented 8 months ago

npm i geoip-lite로 개별 설치해보십시오

gdl-blue commented 8 months ago

config.json 파일 복구 부탁드립니다.

{"host":"0.0.0.0", "port":포트번호}

jeongjo13 commented 8 months ago

https://youtu.be/cZ3TeEcBXDI

제가 유튜브에 glitch에서의 설치법 올려놓았습니다. 설치 시 도움이 되면 좋겠습니다. (검색으로는 안 뜨고 링크로만 접속 가능합니다.)