# 国科大高级软件工程 **Repository Path**: sun-qianqi/trading ## Basic Information - **Project Name**: 国科大高级软件工程 - **Description**: 国科大高级软件工程作业 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-24 - **Last Updated**: 2023-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ## Deployment 1. install Ruby = 2.7.x 2. `gem install bundler` `apt-get install imagemagick -y` 3. [Optional] `bundle config mirror.https://rubygems.org https://gems.ruby-china.com` 4. `bundle install` 5. [Deleted] for vue/vite support: install npm, node, vue, then `bundle exec vite install` then `npm i vite-plugin-full-reload @vitejs/plugin-vue` 6. `rake db:create` then `rake db:migrate` then `rake db:seed` (if you already have a db file, run `rake db:drop` first) 8. `rake assets:precompile` 7. `rails server` 8. [Deleted] for vue/vite dev support: `vite dev run`