메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.



<<방법#1 : https://docs.vuestorefront.io/v2/general/installation.html 참고>>

1. 아래 목록의 프로그램 선행 설치가 필요함.

  가. NodeJS 14+, Yarn 1+, Git등

2. 프로그램이 설치될 폴더 생성

  mkdir gdimeweb

  cd gdimeweb

3. Vue Storefront ClI인 npx를 이용하여 project생성

  npx @vue-storefront/cli init

  여기서 project 이름은 gdimeui로 입력하고 backend platform으로 commercetools를 선택한다.

4. dependencies설치

  cd gdimeui

  yarn install

5. development mode로 project를 start

  yarn dev


6. URL입력

http://dev.gdime.com:3000/


--------------------------------------------------------------------------------------------------

<<방법#2:  https://docs.vuestorefront.io/v2/integrate/integration-guide.html 참고. >>


1. 아래 목록의 프로그램 선행 설치가 필요함.

  가. NodeJS 14+, Yarn 1+, Git


2. Git에서 템플릿 프로젝트를 받아 build/수행

  가. git clone

    git clone https://github.com/vuestorefront/ecommerce-integration-boilerplate

    cd  ./ecommerce-integration-boilerplate


  나. 문자열 치환

    grep -rl '__replace_me__' ./ | xargs sed -i 's/__replace_me__/gdime/g' 를 실행한다.  (설명에 있는 구문이 잘못되어 있으니 주의할것)


  다. yarn수행으로 dependency및 build 수행

    yarn install

    yarn build


3.  프로젝트 수행

    yarn dev


4. URL

http://dev.gdime.com:3000/

번호 제목 날짜 조회 수
721 checking for termcap functions library... configure: error: No curses/termcap library found 2013.03.08 4189
720 다수의 로그 에이전트로 부터 로그를 받아 각각의 파일로 저장하는 방법(interceptor및 multiplexing) 2014.04.04 4158
719 Last transaction was partial에 따른 Unable to load database on disk오류 발생시 조치사항 2018.08.03 4099
718 Caused by: java.sql.SQLNonTransientConnectionException: Could not read resultset: unexpected end of stream, read 0 bytes from 4 오류시 확인/조치할 내용 2016.10.31 4064
717 Hadoop Cluster 설치 (Hadoop+Zookeeper+Hbase) file 2013.03.07 4063
716 원보드pc인 bananapi를 이용하여 hadoop 클러스터 구성하기(준비물) file 2014.05.29 3934
715 hadoop 2.6.0 기동(에코시스템 포함)및 wordcount 어플리케이션을 이용한 테스트 2015.05.05 3846
714 HBase 설치하기 – Fully-distributed 2013.03.12 3795
713 HBASE Client API : 기본 기능 정리 file 2013.04.01 3697
712 hadoop및 ecosystem에서 사용되는 명령문 정리 2014.05.28 3661
711 banana pi(lubuntu)에서 한글 설정및 한글깨짐 문제 해결 2014.07.06 3384
710 빅데이터 분석을 위한 샘플 빅데이터 파일 다운로드 사이트 2014.04.28 3332
709 Hbase Shell 명령 정리 2013.04.01 3301
708 "java.net.NoRouteToHostException: 호스트로 갈 루트가 없음" 오류시 확인및 조치할 사항 2016.04.01 3223
707 의사분산모드에 hadoop설치및 ecosystem 환경 정리 2014.05.29 3218
706 sqoop 1.4.4 설치및 테스트 2014.04.21 3207
705 의사분산모드에서 presto설치하기 2014.03.31 3126
704 Hive 사용법 및 쿼리 샘플코드 2013.03.07 3083
703 ping 안될때.. networking restart 날려주면 잘됨.. 2014.05.09 3072
702 hue.axes_accessattempt테이블의 username컬럼에 NULL 혹은 space가 들어갈수도 있음. 2021.11.03 3051
위로