Skip to content

Commit a2bc1ee

Browse files
author
naraesk
authored
Update README.md
1 parent 9cca5d7 commit a2bc1ee

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

evaluationserver/README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
# README #
1+
# README
22

33
The evaluation server is a rails application capable to support the evaluation of websites. Currently its main use is the evaluation of x3dom software visualizations.
44

5-
### features ###
5+
## Features
66

77
* administration of different experiments
88
* creation of different question types
99
* random assignment of participants to different scenes
1010
* export of results
1111
* login only required fpr administrative functions
1212

13-
### Setup ###
14-
15-
#### Docker ####
16-
17-
* Run `docker-compose up` in the evaluationserver directory
18-
* Open `localhost:8081` in your web browser
19-
20-
#### manual setup ####
21-
13+
<!--
14+
#### manual setup ####-->
15+
<!--
2216
* install Ruby in version 2.0 or above (along with ruby, bundler, rake)
2317
* install mySQL oder equivalent drop-in-replacement (e.g. MariaDB)
2418
* create mySQL user
@@ -28,3 +22,4 @@ The evaluation server is a rails application capable to support the evaluation o
2822
* bundle exec rake db:create
2923
* bundle exec rake db:migrate
3024
* bundle exec rails server -p [port]
25+
-->

0 commit comments

Comments
 (0)