Skip to content

FazalNazir/Bugzilla_test_new

Repository files navigation

Bugzilla

Bugzilla is a web application made in ruby on rails. It is a simple system to keep track of projects and further work assigned and to be done by Managers, Developers and Testers. Following are some details that would help you to get this app up and running in your system.

Ruby version

ruby 2.7

Rails version

rails 5.2

System dependencies

Configuration

  • Make sure you set all these configurations in your system before using this app.
  • Make sure to have ruby installed. You can check by running following command:
~$ ruby -v
* Make sure to have rails installed as well.
~$ rails -v
* Install and enable postgresql.
```console
~$ sudo yum install postgresql-server postgresql-contrib
* Create postgres database cluster.
```console
~$ sudo postgresql-setup initdb
  • Install necessary gems.
~$ bundle install
  • Run following data to initialize DB with seed data.
~$ rails db:seed
  • Run Rails server.
~$ rails s
  • You are all set. Now you can run this app on your system.

Author/Developer

  • Muhammad Asad Yasin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages