Skip to content

An example layout, for the purposes of demonstration, of how TeSS could look using Ruby on Rails.

Notifications You must be signed in to change notification settings

ElixirTeSS/TessRails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Note

This vesion is for demonstration purposes and is currently set up to use sqlite rather than a proper database. The live version is only so it can be shown to those who aren’t able to run a version on their desktop.

Installation

The following steps are required:

git clone [email protected]:ElixirUK/TessRails.git 
cd TessRails
rvm install ruby-2.2-head
rvm use --create 2.2-head@tessrails
gem install bundler
bundle install
rake db:create
rake db:migrate RAILS_ENV=development

…then take a look at localhost:3000

About

An example layout, for the purposes of demonstration, of how TeSS could look using Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published