Skip to content

rahul2103/spreeQA

 
 

Repository files navigation

SpreeQA

Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

  • Ruby 3.3.0
  • Rails 7.1.3.4
  • Postgresql 14.11

Installation

  1. Clone the project using the provided URL:

    git clone https://github.com/rahul2103/spreeQA.git
  2. Install the required gems using Bundler:

    bundle config set --local path .gemfiles
    
    bundle install

    Or, you can use:

    bundle install --path .gemfiles
  3. Create a database.yml file and configure your database settings. You can refer to the config/database.yml.example file for reference.

  4. Create the database:

    RAILS_ENV=development bundle exec rails db:create
  5. Run database migrations:

    RAILS_ENV=development bundle exec rails db:migrate
  6. Add app credentials:

    • config/master.key abc
  7. Seed the database:

    bundle exec rails db:seed
  8. Compile assets for development:

    RAILS_ENV=development bundle exec rails assets:clean assets:precompile
  9. Restart your server.

    If it was already running, make sure to restart it so that it can find the assets properly.

About

Spree QA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.6%
  • HTML 5.2%
  • SCSS 1.6%
  • Dockerfile 1.2%
  • JavaScript 0.8%
  • CSS 0.5%
  • Shell 0.1%