메뉴 건너뛰기

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 Cloudera Manager 5.x설치시 embedded postgresql를 사용하는 경우의 관리정보 2018.04.13 119
720 [Hadoop Encryption] Encryption Zone에 생성된 table에 Hue에서 insert 수행시 User:hdfs not allowed to do 'DECRYPT_EEK' ON 'testkey' 오류 2023.11.01 120
719 hadoop에서 yarn jar ..를 이용하여 appliction을 실행하여 정상적으로 수행되었으나 yarn UI의 어플리케이션 목록에 나타나지 않는 문제 2017.05.02 122
718 5건의 triple data를 이용하여 특정 작업 폴더에서 작업하는 방법/절차 2016.06.16 123
717 magento2 설치후 초기화면이 깨지는 문제 file 2017.01.31 123
716 [kerberos]Kerberos HA구성 참고 페이지 2022.08.31 123
715 magento2 샘플데이타 설치 2017.01.31 124
714 [Kerberos]병렬 kinit 호출시 cache파일이 손상되어 Bad format in credentials cache 혹은 No credentials cache found 혹은 Internal credentials cache error 오류 발생시 2023.01.20 125
713 [oozie]Oozie WF수행시 단계별 ID넘버링 비교/설명 2022.03.23 126
712 [bitbucket] 2022년 3월 2일 부터 git 작업시 기존에 사용하던 비빌번호를 사용할 수 없도록 변경되었다. 2022.04.30 126
711 [oracle]10자리 timestamp값을 날짜로 변환하는 방법 2022.04.14 127
710 core 'gc_shard3_replica2' is already locked라는 오류가 발생할때 조치사항 2017.09.14 130
709 [CDP7.1.3]Ranger WebUI에서 Error! Connection refused: Please check the KMS provider URL and whether the Ranager KMS is running발생시 조치 방법 2023.06.07 131
708 [CDP7.1.7] oozie sqoop action으로 import혹은 export수행시 발생한 오류에 대한 자세한 로그 확인 하는 방법 2024.04.19 131
707 webid에서 google처럼 검색할 수 있도록 하는 프로그램 2017.05.16 133
706 Hadoop 2.7.x에서 사용할 수 있는 파일/디렉토리 관련 util성 클래스 파일 2017.09.28 133
705 [HA구성 이슈]oozie 2대를 L4로 HA구성했을때 발생하는 이슈 2023.01.17 133
704 S2RDF 테스트(벤치마크 테스트를 기준으로 python, scala소스가 만들어져서 기능은 파악되지 못함) [2] file 2016.05.27 135
703 Oracle NLOB type의 데이터를 import하는 경우 No Java type for SQL type 2011 for column rst와 같은 오류 발생시 조치사항 2022.01.14 135
» vuestorefrontui.io를 이용한 front end project 생성하기 2022.02.06 135
위로