No description
- Ruby 42.4%
- HTML 32.7%
- JavaScript 13.5%
- CSS 5.4%
- Gherkin 4.1%
- Other 1.8%
| app | ||
| config | ||
| db | ||
| doc | ||
| features | ||
| lib | ||
| log | ||
| public | ||
| script | ||
| test | ||
| vendor | ||
| .gitignore | ||
| .powder | ||
| config.ru | ||
| Gemfile | ||
| Gemfile.lock | ||
| Rakefile | ||
| readme.md | ||
HiSYS v1.0
Sistema de gerencimaneto online da High Effects, criado por James Peret, usando Ruby on Rails.
Instalção
Pré-requisito: Instalar banco de dados Postgres
$ git clone "https://github.com/HighEffects/HiSYS.git"$ cd hisys$ bundle install- Criar os bancos de dados
hisys_developmentehisys_test $ rake db:migrate$ rails server
Para ver o sistema funcionando acesse a página http://localhost:3000