Improved Setup/Installation section.

This commit is contained in:
Achim D. Brucker 2018-08-12 07:45:56 +01:00
parent b9694b074f
commit 7ac4f5b8b6
1 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,13 @@ be used for teaching *security testing* and *security programming*.
Grade Management implements a simplistic system for managaing university grade, i.e., students
can check their marks and academics can enter marks.
## Installation
## Setup
### Dependencies
* Ruby 2.5 and bundler
### Installation
Make sure that you have `ruby` and `ruby-bundler` installed. Then, run the following in the grademgmt directory:
@ -14,7 +20,7 @@ Make sure that you have `ruby` and `ruby-bundler` installed. Then, run the follo
bundle install --path vendor/bundle
```
## Starting the server
### Starting the server
To start the development server, run the following: