From e016b923a4afa2a27aa02cfbf130c3bb6cdde944 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 26 Jul 2017 09:25:41 -0700 Subject: [PATCH] Update WindowsInstallation.md --- doc/WindowsInstallation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/WindowsInstallation.md b/doc/WindowsInstallation.md index 77df2d57..d2049f73 100644 --- a/doc/WindowsInstallation.md +++ b/doc/WindowsInstallation.md @@ -1,4 +1,4 @@ -DISCLAIMER: This tutorial is liable to be out of date, and we don't necessarily support windows development. If you are set on installing Metamaps on windows, it may be worthwhile to look at the Mac and Ubuntu docs for up to date information on what metamaps requires to run. +DISCLAIMER: This tutorial is liable to be out of date, and we don't necessarily support Windows development. If you are set on installing Metamaps on Windows, it may be worthwhile to look at the Mac and Ubuntu docs for up to date information on what Metamaps requires to run. Before you begin, you'll need to install stuff: @@ -41,7 +41,7 @@ fail unless `.env` is correctly configured and Postgres is running. rake db:create rake db:schema:load - rake db:fixtures:load + rake db:seed And you're set up! At this point, you should be able to run the server at any time with only one command; you don't need to repeat any of the previous steps