Setup Guide - songgz/fastui GitHub Wiki
Fastui is released as a Ruby Gem. The gem is to be installed within a Ruby on Rails 3 application. To install, simply add the following to your Gemfile:
gem 'fastui'
After updating your bundle, run the installer
$> rails generate fastui:install -s
$> rake db:migrate
$> rails generate fastui:init
$> rails server
Visit http://localhost:3000/fastui and log in using:
Voila! You're on your brand new FastUI main window.