/OpeningDesign_Old

A social, open-source platform to co-design and co-work with fellow architects and engineers....via real-time collaboration tools.

Primary LanguageRubyOtherNOASSERTION

OpeningDesign Rails Application

Enable architects, builders and engineers to collaborate on projects and integrate etherpad technology for online collaboration.

Installation for development

Ruby 1.9.3 and bundler are required, rvm is recommended for now (there's a .rvmrc file in the root directory).

Also required is beanstalkd as a queue. You can run the app without it, but then you can't use foreman, you'd have to use rails server to start; and consequentially, you wouldn't get any of the asynchronous jobs executed, see ./config/worker.rb.

Use rake db:setup to setup the dev database.

On Mac OSX, you can use pow to run the app, by placing a symbolic link to the project's root dir into ~/.pow, see pow if in doubt.

Otherwise, run foreman start to start the app (via spork), the workers (via stalk) and the clock (via clockwork).

License

MIT or BSD... take your pick