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