First of all, use the gem command to install ubiquo:
gem install ubiquo
In order to get an Ubiquo based application you should run the ubiquo command:
ubiquo --mysql myapp
This will generate a fresh rails project using the Ubiquo generator.Now wait until the following tasks ends. After that you will have a ubiquo based project using a git repository with all ubiquo plugins as git submodules.
Once finished you must configure some options manually.
rake ubiquo:db:init
rake ubiquo:create_user
It will ask you some information about the user. Answer it and the user will be created.
Enter user login: admin
Enter user password: *****(admin)
Enter password again: *****(admin)
Enter user e-mail: admin@company.com
Enter your name: Admin
Enter your surname: Admin admin
Should this user be active? yes
Should this user have admin privileges? yes
Should this user have superadmin privileges? yes