List of commits:
Subject Hash Author Date (UTC)
Fix redis hostname 57276c0a5aa259092b81a09b8c81f134ac58c959 Vasilis Ververis 2017-02-23 15:33:02
Add test dataset e76fd091a7c646c07d40dd4e037fed743edffacf Vasilis Ververis 2017-02-23 15:22:03
Add 2012 dataset a53b501c7751f5dcf05e4f495b2d766cd6fd4727 Vasilis Ververis 2017-02-23 15:06:50
Set redis config, cleanup remove spaces and tabs a53dadd1a517ad483b3bcfaf8f1a8dbf06986dba Vasilis Ververis 2017-02-23 14:09:53
added the backend code 7cd35621d7adef15ecc88a7ad61d2709530f8a52 lizzzi111 2016-05-12 21:29:37
Commit 57276c0a5aa259092b81a09b8c81f134ac58c959 - Fix redis hostname
Author: Vasilis Ververis
Author date (UTC): 2017-02-23 15:33
Committer name: Vasilis Ververis
Committer date (UTC): 2017-02-23 15:33
Parent(s): e76fd091a7c646c07d40dd4e037fed743edffacf
Signing key:
Tree: e93afd94e86f75237340e6b23e4e83b978503c7b
File Lines added Lines deleted
config.py 1 1
File config.py changed (mode: 100644) (index 05c0bdf..370006e)
... ... visualization_layouts = {#'SFDP': visualization.sfdp,
136 136
137 137 # Redis # Redis
138 138 REDIS_PORT = 6379 REDIS_PORT = 6379
139 REDIS_HOST = redis
139 REDIS_HOST = 'redis'
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