Skip to content

Web-based tools for collecting, analyzing, and sharing data from a DIY spectrometer

License

Notifications You must be signed in to change notification settings

Aricroy/spectra-bench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==========================
Spectral Workbench
Copyright 2011-2014 Public Lab
publiclab.org | spectralworkbench.org
==========================

Spectral Workbench is an open-source tool to perform low-cost spectral analysis and to share those results online. It consists of a Ruby on Rails web application for publishing, archiving, discussing, and analyzing spectra online -- running at http://spectralworkbench.org

Read about how to build and use your own spectrometer with this software here: http://publiclab.org/wiki/spectrometer

==========================
LICENSE
==========================

Spectral Workbench is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Spectral Workbench is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Spectral Workbench.  If not, see <http://www.gnu.org/licenses/>.

==========================
INSTALLATION
==========================

The app now runs on Ruby 1.9.3 up to Ruby 2.1.2, and Rails 3.2.x, and uses Bundler for gem management. 

Prerequisites:

* RMagick dependencies are required: `apt-get install imagemagick ruby-rmagick libmagickwand-dev libmagick++-dev`
  * or on centOs: `yum install ImageMagick-devel`
  * On mac, you can use Homebrew: `brew install imagemagick`
* Recommended -- use RVM: http://rvm.io
* `rvm install 1.9.3`

Installation steps:

* `bundle install`
* `rake db:migrate`
* `passenger start`

==========================
BUGS AND SUPPORT
==========================

To report bugs and request features, please use the GitHub issue tracker provided at http://github.com/publiclab/spectral-workbench/issues 

For additional support, join the Public Laboratory website and mailing list at http://publiclab.org/lists or for urgent requests, email [email protected]

For questions related to the use of this software and your open source spectrometer, the same page links to the "plots-spectrometry" group. 

==========================
DEVELOPERS
==========================

Development is occurring at https://github.com/publiclab/spectral-workbench/; please fork and submit pull requests.

If you're a developer, consider joining the Public Lab developer list, also at http://publiclab.org/lists 



About

Web-based tools for collecting, analyzing, and sharing data from a DIY spectrometer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.0%
  • CSS 34.5%
  • Ruby 13.4%
  • ActionScript 2.1%
  • Makefile 0.0%
  • Perl 0.0%