Update README.md

This commit is contained in:
chiu 2021-01-13 11:36:04 +08:00
parent 7b677a6b64
commit 76fc51619e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ $ git clone http://gitlab.tp.rulingcom.com/orbit_chiu1/orbit4-5.git your_site_na
$ cd your_site_name
$ vim config/mongoid.yml # 所有 orbit_4_5 換成 your_site_name, :wq 存檔離開
$ vim Gemfile # 加井字號註解掉 gem 'sassc-rails', '~>1.3.0' 並拿掉此行 #gem 'sass-rails', '~> 4.0.2' 井字號取消註解
$ $ gem install nokogiri -v 1.7.0.1 #For Ubuntu 20.04LTS
$ gem install nokogiri -v 1.7.0.1 #For Ubuntu 20.04LTS
$ bundle install
$ RAILS_ENV=production bundle exec rake assets:precompile
$ bundle exec unicorn_rails -c config/unicorn.rb -D -E production