Skip to content

alexbiediger/thor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thor

Thor (Tests Hub On Rails) is Testlink done right.
It aims to write, plan and follow the execution of human-powered tests.

Steps to install

Get ruby 2.2

One solution is to add the ruby-ng ppa, as follows under Ubuntu Trusty. Alternatives includes make-ing it yourself.

$ apt-get install software-properties-common
$ apt-add-repository ppa:brightbox/ruby-ng
$ apt-get update
$ apt-get install ruby2.2 ruby2.2-dev

Get dependencies

$ apt-get install sqlite3 libsqlite3-dev zlib1g-dev imagemagick nodejs
$ gem install rails

Install Thor

git clone https://github.com/multiplus/thor
cd thor
bundle install
rake db:migrate RAILS_ENV=development 

Run Thor, profit !

rails server -e development

http://127.0.0.1:3000/

Version

0.1

Todo's

  • Write todolist
  • Determine licence

License

MIT

About

Tests Hub On Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published