Steps to install -
-
Clone the repository using
git clone https://github.com/swapiis/qset_cms.git -
Run
bundle install(Make sure you are having bundler gem installed). -
Find the file
config/database.yml.exampleand save it asdatabase.yml(Please don’t rename) -
Run
rake db:setup -
Start the app using
rails s