Como instalar o SaguiSaúde
O SaguiSaúde é desenvolvido sobre o framework Ruby On Rails, maiores informações em http://rubyonrails.org/download
É possível baixar o código-fonte do Sagui. A seguir, faça:
-
git clone borboleta.git.bundle
-
cd borboleta.git
-
for b in $(git for-each-ref --format='%(refname:lstrip=-1)' refs/remotes); do git branch $b refs/remotes/origin/$b && git branch -D -r origin/$b; done
-
git switch main
-
cd sagui
Configure o arquivo config/database.yml
Baixar todos os gems necessários:
$ rake gems:install
Para executar o aplicativo:
$ rake db:migrate
$ rake db:fixtures:load
$ script/server
Para executar os testes Selenium
$ export RAILS_ENV=test
$ rake db:migrate
$ rake db:fixtures:load
$ script/server -e test
Abrir o Firefox e digitar a seguinte URL: http://localhost:3000/selenium
Obs: Reduzir a velocidade dos testes para não ocorrer erro devido ao tempo de resposta do servidor.