Rhoto is a web-application programmed in Ruby on Rails with using of Bootstrap and KnockoutJS. It’s based on MySQL database.
-
Download Rhoto and install all required gems from Gemfile
-
Create config/database.yml file with the credentials required for connecting to MySQL server
for example:
development/test/production:
adapter: mysql2 encoding: utf8 reconnect: false database: NameOfDatabase pool: 5 username: YourLogin password: YourPassword host: mysql.yourHost.sk port: 3309
-
run “rake db:migrate”
-
lunch server, on homepage click New Admin and create admin account
-
remove “, :registerable” from app/models/user.rb
-
remove registration button from homepage by removing lines in app/views/home.index.html.erb