Skip to content

Real Estates Software for managing the backoffice of real estates company

Notifications You must be signed in to change notification settings

brydzu/Real-Estates-Software

 
 

Repository files navigation

= Real Estates Software =

Software to manage a real estate office. It supports multiple offices with multiple teams separated in different locations.
Strong permissions checks on each action in the system.
Native language Bulgarian, translated in Russian.

== Install ==
Tested with ruby 1.8.7+. Works with Rails3. You need to have rubygems and bundler.
Also mysql and mongodb.

You have to setup your database in config/database.yml
check config/mongoid.yml

bundle

rake db:migrate

run mongodb server
rake db:seed
rails s

=== Notes ===

if you want to have universal password do this before launching the server
export universal_password=something 

== Is this system production ready ==
Yes it is. And is used in two Bulgarian/Russian real estates companies.

== What is good to be done ==
It is slow on some places which could be optimized very easy.
The mysql could be removed entirely from the system.
Implement nice features and reports.

== License == 
Licensed under GNU Lesser General Public License http://www.gnu.org/licenses/lgpl.html

About

Real Estates Software for managing the backoffice of real estates company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.2%
  • Ruby 33.5%
  • HTML 16.5%
  • JavaScript 11.1%
  • Other 0.7%