项目作者: Eric-Guo

项目描述 :
Starting using vali-admin, an Free Bootstrap 4 Admin Template in Rails 5.2
高级语言: Ruby
项目地址: git://github.com/Eric-Guo/vali-admin-rails.git
创建时间: 2018-06-17T01:13:06Z
项目社区:https://github.com/Eric-Guo/vali-admin-rails

开源协议:The Unlicense

下载


CircleCI

Introduction

This project using the Vali admin as a frontend UI framework in a Rails 5.2 project (webpacker and stimulus enable).

PR welcome, but notice UI part should go to Vali admin upsteam instead of here.

Preinstall

  1. brew install ruby
  2. brew install node
  3. brew install yarn
  4. brew install postgresql
  5. gem install bundler
  6. echo 'gem: "--no-document"' >> ~/.gemrc

Regenerate master.key (skip if you have)

  1. rm config/credentials.yml.enc
  2. bin/rails credentials:edit
  3. # copy secret_key_base line and paste as new line as devise_secret_key
  1. ln -s /Users/user_name/.ssh/harman_vendor_master.key config/master.key

Development prepare

  1. bin/setup

Run test

  1. bin/rake

Start development

  1. bin/rails s