Optimis ( OPen Source Title Industry Mortgage Industry Software )
The goal of the Optimis project is to create an opensource alternative to the current Real Estate title/escrow software packages (RamQuest, SoftPro, etc.). Optimis aims to use opensource standards to create a system that allows for easy integration with third-party services and exchange of data. We hope to enable innovation that is just not possible with the current commercial software. We also hope to 'Transform' the Real Estate industry...(pun intended).
The current implementation is a web based UI with a RESTful services back end via Rails 4. The project uses Devise for authentication.
(And yes, I do know that the transformer is spelled 'Optimus' -- this just goes better with the acronym)
- Ruby 1.9.3+
- Rails 4
- Bundler
- PostgreSQL
This installation is intended for testing the software. For actual deployment, you should deploy it like any other Rails 3 application.
- Download the project.
- Now from the root of the "optimis" directory:
$ bundle install
$ rails s
That should start the application on 'http://localhost:3000/ for you to run.
TBD
** Under Construction! **
TBD
Copyright (c) 2013 Kenneth A. Taylor.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.