35 lines
633 B
Markdown
35 lines
633 B
Markdown
# 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
|
|
|
|
* ...
|