Skip to content

Commit

Permalink
deploy: 84dc28d
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeRosa committed Mar 27, 2023
1 parent eece663 commit ab96c7c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion add-vitss-seed-data-docs/04_core_vitss/seeding_dev_data.html
Expand Up @@ -160,7 +160,8 @@ <h1 id="seeding-development-data"><a class="header" href="#seeding-development-d
<p>This document describes how to seed the development database with data for testing and development purposes.</p>
<h2 id="prerequisites"><a class="header" href="#prerequisites">Prerequisites</a></h2>
<h2 id="1-database-migrations"><a class="header" href="#1-database-migrations">1. Database Migrations</a></h2>
<p>The database migrations must be run before seeding the database. In order to run the migrations, you must have the <code>refinery</code> CLI installed. You can install it by running:</p>
<p>The database migrations must be run before seeding the database.
In order to run the migrations, you must have the <code>refinery</code> CLI installed. You can install it by running:</p>
<pre><code class="language-bash">cargo install refinery_cli
</code></pre>
<p>You may need to edit <a href="../../../../../src/event-db/refinery.toml">refinery.toml</a> to match your database configuration.
Expand Down

Large diffs are not rendered by default.

0 comments on commit ab96c7c

Please sign in to comment.