tiss2go/README.md
2020-06-20 19:14:43 +02:00

633 B

Tiss2Go

Tiss2Go is a ruby on rails gateway server for the TISS (TU Wien Informations-Systeme und Services) application. It was made for the course Ruby on Rails Business Programming for 2020SS.

SETUP

'rake db:create' 'rake db:migrate' 'rails server'

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...