vali admin rails
1.0.0
该项目使用 Vali admin 作为 Rails 5.2 项目中的前端 UI 框架(启用了 webpacker 和刺激)。
欢迎 PR,但请注意 UI 部分应该转到 Vali admin upsteam 而不是这里。
brew install ruby
brew install node
brew install yarn
brew install postgresql
gem install bundler
echo ' gem: "--no-document" ' >> ~ /.gemrc
rm config/credentials.yml.enc
bin/rails credentials:edit
# copy secret_key_base line and paste as new line as devise_secret_key
ln -s /Users/user_name/.ssh/harman_vendor_master.key config/master.key
bin/setup
bin/rake
bin/rails s