Skip to content

Commit

Permalink
Update file with correct steps
Browse files Browse the repository at this point in the history
  • Loading branch information
SerpentBytes committed Oct 26, 2022
1 parent 132d441 commit 1106d33
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/web/docusaurus/docs/getting-started/environment-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Docker builds Telescope's dependencies at launch and keeps them on disk. In some

### Seeding PostgresSQL

<<<<<<< HEAD
The first time you start the database, it doesn't have any data. Therefore, we need database seeding as a way to populate the database with an initial set of data.

To seed the database with initial data use the command `pnpm db:init` which will run `db:migrate` and `db:seed`.
Expand All @@ -256,7 +257,15 @@ Running this command will populate the database with an initial set of data to m

Finally, restart the `parser` container by running `pnpm:services start parser`/

More information on our database can be found [here](https://telescope.cdot.systems/docs/tools-and-technologies/prisma/).
# More information on our database can be found [here](https://telescope.cdot.systems/docs/tools-and-technologies/prisma/).

The first time you start the database, it doesn't have any data. Therefore, we need database seeding as a way to populate the database with an initial set of data to make some parts of our application work properly.

To seed the database with initial data use the command `pnpm seed`.

More information can be found [here](https://telescope.cdot.systems/docs/tools-and-technologies/prisma/).

> > > > > > > 4debcaf1 (Fixes #3692 by adding database info to file)
### Start Telescope

Expand Down

0 comments on commit 1106d33

Please sign in to comment.