ogiogiovictor / Final-Group-Capstone-Reservation-Rails

Rentomotors is an app that enables users to reserve cars for their personal benefits for a certain period of time. It built with Ruby on Rails and React Js used as frontend.
MIT License
0 stars 0 forks source link

Add motorcycle #28

Closed ogiogiovictor closed 1 year ago

ogiogiovictor commented 1 year ago

Project Requirement

1 . Install Rails Active Storage.

The following commands must be run on your system to make it work.

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

Active Storage | rails active_storage:install -- | --   | rails db:migrate   | rails g action_text:install   | rails db:migrate config/environment/development | config.active_storage.variant_processor = :mini_magick   | sudo apt install imagemagick   | sudo apt install libvips

  1. After runing ghe command ensure your stop and restart server.