From e3cd1995b74b3dc23ceb20f7789516f5014f831c Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 29 Jun 2021 19:08:44 +0200 Subject: [PATCH] Remove old mail settings from README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dda93c2..a4032b00 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,7 @@ In order to execute code submissions using Docker, source code files are written ### Optional Steps -- create *config/sendmail.yml* -- create *config/smtp.yml* -- use boot2docker or vagrant if there is no native support for docker on your OS +- use Docker Machine or vagrant if there is no native support for docker on your OS - if you want to use the app without docker (and hence without code execution) comment the validation `validate :working_docker_image?` in `models/execution_environments.rb` otherwise the seed will fail (because of missing docker connection) - create seed data by executing `rake db:seed` - if you already created a configuration for your local installation and want to use vagrant, too, be sure to log into the vagrant instance via ssh and add your database user manually to the database. Afterwards, create, migrate and seed.