메뉴 건너뛰기

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/

번호 제목 날짜 조회 수
648 Hue impala에서 query결과를 HDFS 파일로 export시 AuthorizationException: User 'gooper1234' does not have privileges to access: db명.query_impala_123456 2022.03.17 1954
647 [TLS]pkcs12형식의 인증서 생성및 jks형식 인증서 생성 커맨드 예시 2022.03.15 1170
646 [TLS]TLS용 사설 인증서 변경 혹은 신규 지정시 No trusted certificate found 오류 발생시 확인및 조치사항 2022.03.15 2110
645 [CentOS 7.4]Hadoop NFS gateway기동시 Cannot connect to port 2049 오류 발생시 확인/조치 2022.03.02 2100
644 Oracle RAC 구성된 DB서버에 대한 컴포넌트별 설정 방법 2022.02.12 1971
643 service name방식의 oracle을 메타정보 저장소로 사용할때 Hue Configuration설정하는 방법 2022.02.12 2504
642 oracle 접속 방식에 따른 --connect 지정 방법 2022.02.11 1465
641 [vue storefrontui]외부 API통합하기 참고 문서 2022.02.09 949
» vuestorefrontui.io를 이용한 front end project 생성하기 2022.02.06 1920
639 eclipse editor 설정방법 2022.02.01 1739
638 windows10 pro에서 microservice pattern책의 예제를 kubernetes에서 기동하는 방법 2022.01.30 1188
637 [백업] 리눅스 시스템 백업하기 (Linux System Backup) - TAR 사용 시스템 전체 백업 2022.01.19 3002
636 kudu rebalance수행 command예시 2022.01.17 2234
635 Kudu tablet이 FAILED일때 원인 확인 방법 2022.01.17 1879
634 Failed to write to server: (no server available): 2022.01.17 2167
633 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 2022.01.17 1987
632 not leader of this config: current role FOLLOWER 오류 발생시 확인방법 2022.01.17 2059
631 Oracle NLOB type의 데이터를 import하는 경우 No Java type for SQL type 2011 for column rst와 같은 오류 발생시 조치사항 2022.01.14 2637
630 kudu 테이블 metadata강제 삭제시 발생하는 오류 메세지 2022.01.12 1901
629 hadoop nfs gateway설정 (Cloudera 6.3.4, CentOS 7.4 환경에서) 2022.01.07 2374
위로