DVGM/README.md

16 lines
276 B
Markdown
Raw Normal View History

# Installation
2017-10-22 18:56:44 +00:00
Make sure that you have `ruby` and `ruby-bundler` installed. Then, run the following in the grademgmt directory:
2017-10-22 18:56:44 +00:00
```
bundle install --path vendor/bundle
```
2017-10-22 18:56:44 +00:00
# Starting the server
2017-10-22 18:56:44 +00:00
To start the development server, run the following:
2017-10-22 18:56:44 +00:00
```
bin/rails server
```