Giter VIP home page Giter VIP logo

jams777.github.io's Introduction

웹챗봇 설치 방법

  1. github 가입 ( https://github.com )
  2. 우측상단의 [+] 선택 후 Import repository 를 선택함
  3. url 입력 부분에 https://github.com/jams777/appinventor-chatbot.git 입력
  4. Name(이름에) 가입한 아이디를 활용하여 {아이디}.github.io 라는 이름으로 생성
  5. 퍼블릭으로 생성

챗봇 변경 방법

index.html 파일의 내용을 수정

앤인벤터 연결 시

웹뷰어 컴포넌트에 https://{아이디}.github.io 로 셋팅하여 연동

챗봇 소스 변경 시

문서 모드 IE 10 일때는 css에서 var(--변수) 를 사용하지 못하여 그냥 셋팅하는 걸로 한다.

노드 설치 (Install Node)

node.js : https://nodejs.org/ko/ ( 6.x, 8.x, 10.x, 12.x )

아래처럼 명령어를 입력하여 설치를 확인. In command, check node installed success

node -v

NPM 설치 (Install npm)

npm install npm@latest -g

아래처럼 명령어를 입력하여 설치를 확인. In command, check npm installed success

npm -v

프로젝트 가져오기 (clone project)

다운로드 (Download) : https://github.com/jams777/appinventor-chatbot 또는 (or)

git clone https://github.com/jams777/appinventor-chatbot.git

패키지 설치 (Install package)

해당 경로로 이동 Go to project_path

cd project_path

패키지 설치 Install package.

npm install

개발서버 Run dev server

개발 서버 실행 Start development server

npm run dev

빌드 Run build

배포 파일 만들기 ( 빌드 ) Build package ( make deploy file )

npm run build

환경구성 도커 (Docker Environment Configuration)

docker push danbeeinc/danbeeai-frogue:latest 또는 (or) 참고 https://github.com/danbeeai/docker-frogue-local.git

사용방법 (챗봇 변경) How to change

index.html 에 챗봇아이디, 이름, 이미지 변경 Change the chatbot ID, Name, Image in the file ( index.html )

License

Example Conde is licensed under the Apache License, Version 2.0. See LICENSE for full license text.

Copyright 2018 danbee Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

jams777.github.io's People

Contributors

jams777 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.