https://github.com/anouarbensaad/mob
Management Of Breakdowns : a intranet project management of computer breakdowns in university with Ruby & Rails
https://github.com/anouarbensaad/mob
breakdown management-system ruby ruby-on-rails
Last synced: 11 months ago
JSON representation
Management Of Breakdowns : a intranet project management of computer breakdowns in university with Ruby & Rails
- Host: GitHub
- URL: https://github.com/anouarbensaad/mob
- Owner: anouarbensaad
- License: mit
- Created: 2018-08-01T11:35:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T01:28:06.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T01:12:14.735Z (about 1 year ago)
- Topics: breakdown, management-system, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 173 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Management Of Computer Breakdowns
A project management of computer breakdowns in university with Ruby&Rails (FrenchVersion)
## Requirements
* Ruby 2.5.1
* Rails 5.2.0
* Mysql-server
## Installation
* Clone the repository. `git clone https://github.com/anouarbensaad/management-of-computer-breakdowns.git` and switch into the directory `cd Hmanagement-of-computer-breakdowns`
## Configuration DATABASES
* Create user pannes with privileges :
`mysql -u root -p` ,
`GRANT ALL PRIVILEGES ON *.* TO 'pannes'@'localhost' IDENTIFIED BY 'bensaad';`
* Create 3 DATABASES
* pannes
`CREATE DATABASE pannes;` ,
`GRANT ALL PRIVILEGES ON pannes.* TO 'pannes'@'localhost' IDENTIFIED BY 'bensaad';`
* pannes_development
`CREATE DATABASE pannes_development;` ,
`GRANT ALL PRIVILEGES ON pannes_development.* TO 'pannes'@'localhost' IDENTIFIED BY 'bensaad';`
* pannes_test
`CREATE DATABASE pannes_test;` ,
`GRANT ALL PRIVILEGES ON pannes_test.* TO 'pannes'@'localhost' IDENTIFIED BY 'bensaad';` ,
`FLUSH PRIVILEGES;`
## upgraded & Running
ou'll need to type this following command to resolve this:
* `rake db:setup`
* `rake db:migrate`
* `rake db:seed`
Install all Package GemFile
* `bundle install`
Running Server
* `rails s`
## License
[MIT](LICENSE)