Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 441 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 441 Bytes

Ruby on Rails

Nhóm 15: Trần Quang Đạt - Đặng Quang Tài - Phan Trung Thắng

Cài đặt

git clone https://github.com/xauuu/ruby.git
bundle install
yarn add bootstrap jquery popper.js
yarn add @fortawesome/fontawesome-free
sudo service mysql start
rake db:create
rake db:migrate
mysql -u root -p xau_development < ruby.sql
rails s