Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Rijo <pedrorijo91@gmail.com>2017-02-27 19:46:51 +0300
committerGitHub <noreply@github.com>2017-02-27 19:46:51 +0300
commit21a2e33c1544c530ccaa25ec9effb86b2ddd837e (patch)
tree590b537696634fda49a3cf44b2c4bb71331b21f5 /README.md
parent1004f6f86bd4ff0ce5cf6658295187f904c723a7 (diff)
Update README.md
Add hint on how to get config/database.yml file to create DB schema
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8e508ab..593fa43c 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@ You'll need a Ruby environment to run Rails. First do:
Then you need to create the database structure:
$ rake db:migrate
+
+Note that you will need to have an `config/database.yml` file. An example is provided in `config/database.yml.example`
Now you'll want to populate the man pages. You can do so from a local Git
source clone like this: