Nova GUI para administrar os processos Batch do GSAN
Instalar o gerenciador de versões Ruby (http://rvm.io)
curl -sSL https://get.rvm.io | bash -s stable
rvm install 2.3.0
git clone [URL DO REPOSITÓRIO]
cd gsan-batch-manager
bundle install
cp config/database.yml.exemplo config/database.yml
rails server
localhost:3000
rake test