[EC 웹사이트] Rails제 Solidus만 만졌어(v2.30)
의 목적
solidus GiitHub
컨디션
절차.
1. 프로젝트 폴더를 만들고 solidus와 관련된 Gem 가져오기
프로젝트 파일 작성 및 이동
mkdir solidus && cd $_
결정된 new/DB는postgresql입니다rails _5.1.3_ new ./ -B -d postgresql --skip-turbolinks --skip-test
Gemfile# 下記2つを追加
gem 'solidus'
gem 'solidus_auth_devise'
고정 버블bundle install --path vendor/bundle --jobs=4
[개발 환경] 프로젝트마다 rails의 개발 환경을 설정하는 방법 2. Gem을 설치한 후 지정된 명령을 사용하여 필요한 파일을 만듭니다.
yarn에 "AdminLTE 3.0.0-alpha.2"설치
# GitHubのREADMEを参照
bundle exec rails g spree:install
----
# 途中、管理ユーザーを作成するため、メール/パスワードを聞かれます
Create the admin user (press enter for defaults).
Email [[email protected]]: (例)test@sample.com
Password [test123]: (例)111111
----
bundle exec rails g solidus:auth:install
bundle exec rake railties:install:migrations
DB에 반영# GitHubのREADMEを参照
bundle exec rake db:migrate
3. 서버 시작 확인 View
서버 시작
rails s
전면 화면
화면 로그인 관리(http://localhost:3000/admin/login )
화면 관리
최후
놀랄 정도로 간단하다.혹은 기본적으로 명령 입력만 하면 작업이 끝난다
맞춤 제작은 시간이 더 걸리지만 지금은 그럴 시간이 없어요. 그때 할 거예요.
Rails로 제작된 Solidus 및 Stripe 제작 지원 카드 결제 온라인 스토어
Reference
이 문제에 관하여([EC 웹사이트] Rails제 Solidus만 만졌어(v2.30)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/shimadama/items/a9c13d986a6a323b2877텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)