From 5f583fba0aa4c83cd2b3a49fdb2c037a88e7a769 Mon Sep 17 00:00:00 2001 From: Meatballs1 Date: Thu, 27 Nov 2014 13:16:09 -0800 Subject: [PATCH] Add info in database section about required permissions to rake spec. --- dev/Setting-Up-a-Metasploit-Development-Environment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/Setting-Up-a-Metasploit-Development-Environment.md b/dev/Setting-Up-a-Metasploit-Development-Environment.md index 3d5e690c69..3c7106132b 100644 --- a/dev/Setting-Up-a-Metasploit-Development-Environment.md +++ b/dev/Setting-Up-a-Metasploit-Development-Environment.md @@ -380,6 +380,10 @@ Once that's complete, rename your file to 'database.yml' and be sure to fill in at least the "development" and "test" sections. +If you are going to be running specs the user for the test database will need to be able to create databaseswhich can be done by running the following psql command: + +`ALTER USER your_user WITH CREATEDB;` + ## Start Metasploit Now that you have a source checkout of Metasploit and you have all your