Home > weuseopensource

weuseopensource

Weuseopensource is a project mainly written in RUBY and JAVASCRIPT, based on the MIT license.

Web app which lists Open Source companies

Ruby-based Web Application which lists Open Source companies.

= Why is it important? Knowing what other companies are in your ecosystem is important. This is no different in Open Source. You can make contacts, learn about new services and group together to reduce training costs or collaborate with each other. This is why it's key that we create a community of Open Source companies to help drive innovation and develop new exciting opportunities together.

weuseopensource is a project to try and help with that.

== Getting started weuseopensource is built on Sinatra and DataMapper. You'll need to have somethings in place before commencing development, namely

Installing the prerequisite gems gem sources -a http://gems.github.com (you only ever have to do this once) sudo gem install sinatra datamapper data_objects do_sqlite3 uuidtools nakajima-rack-flash sudo gem install ruby-debug (only needed if you plan to carry out command line debugging)

Note: On Ubuntu, you will need to have libsqlite3-dev installed via apt

sudo aptitude install libsqlite3-dev

Final touches Remove the .sample suffix from the following files and extend as appropriate

  • public/stylesheets/main.css.sample
  • reference_data/list_industry.rb.sample
  • reference_data/industry_list.rb.sample
  • reference_data/suspicious_domains.rb.sample
  • views/footer.erb.sample