Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

MIZOGUCHIKoki/MusicScoreManagementApp

Repository files navigation

Ruby on Rails CI TextLint

Software Engineering 2023 Group4! (documents)

We are dir-en-gray in Kochi University of Technology.

👤Contributors

🧑‍💻Before pushing

Please run following command and check result before pushing to GitHub. RuboCop is Ruby linter.

$ bundle exec rubocop

Rails test does unit and integration tests.

$ bundle exec rails test

⚙️Settings

You can install with only follwing command when you have ruby which version is 3.2.2 and your environment is Linux.

$ bash env.sh

You should type down your password🔑 when you are asked. When the flow finish, please run the following commands.

$ bundle exec rails migrate

💡Install via bundler

There is bot called @dependabot, which check update of bundler. When dependabot updates some packages and @MIZOGUCHIKoki merges to develop branch, you should execute following command in this repository.

$ bundle install --path vendor/bundle

📃Documents

We can make the PDF of some documents to run following commands.

$ lualatex main.tex
$ lualatex main.tex

⚠️ DON'T commit and push anything expect *.tex, *.sty, *.cls

System proposal document

This document is in docs/systemProposal.

External design document

This document is in docs/externalDesign.

Internal design document

This document is in docs/internalDesing.