List of commits:
Subject Hash Author Date (UTC)
removed old app.rb, moved code to run.rb ac07f01aaf74e03e7b5e38ed6d0596b5b8d880cf mcehlert 2014-01-10 15:21:56
Create README.md 9f00cc4d8ae5686a6e6c5fa1de3aa71c067b7b84 Mathias Ehlert 2014-01-09 22:24:26
large refactoring step after colloquium 864aef32ba2419bd43709a3239273275d3f9946e mcehlert 2014-01-09 22:23:24
inital commit - pre colloquium state dcee4d4045615b761cc54b957be7134f0e12384d Mathias Ehlert 2013-11-22 13:49:56
Initial commit a90174ca714e3b82a7100875f411a5e84a90352b Mathias Ehlert 2013-11-22 13:48:45
Commit ac07f01aaf74e03e7b5e38ed6d0596b5b8d880cf - removed old app.rb, moved code to run.rb
Author: mcehlert
Author date (UTC): 2014-01-10 15:21
Committer name: mcehlert
Committer date (UTC): 2014-01-10 15:21
Parent(s): 9f00cc4d8ae5686a6e6c5fa1de3aa71c067b7b84
Signing key:
Tree: 1fd53c158ae9e995ad5e203e9d0926cb442f6666
File Lines added Lines deleted
app.rb 0 19
File app.rb deleted (index cd6b8e3..0000000)
1 require 'rubygems'
2 require 'sinatra'
3
4 require './config'
5 require './storage'
6
7 # bind to all accessable interfaces
8 set :bind, '0.0.0.0'
9
10
11 require './index'
12
13 require './node_routes'
14
15 require './metric_routes'
16
17 require './score_routes'
18
19 require './statistics_routes'
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/coria/coria-backend

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/coria/coria-backend

Clone this repository using git:
git clone git://git.rocketgit.com/user/coria/coria-backend

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main