2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 18:25:27 +00:00

Add link to demo instance

This commit is contained in:
Oliver
2021-11-06 07:55:43 +11:00
parent 68d3c56942
commit 566e4fd2c1
3 changed files with 26 additions and 17 deletions

View File

@ -1,19 +1,14 @@
---
title: Demo Dataset
title: InvenTree Demo
---
## Demo Dataset
## InvenTree Demo
A demonstration dataset is [available on GitHub](https://github.com/inventree/demo-dataset).
A working demo of InvenTree is available online at:
This dataset can be used to populate an empty database for demonstration purposes, to test and evaluate various InvenTree features.
<large><b>[https://demo.inventree.org](https://demo.inventree.org)</b></large>
It may also be useful to developers who need a dataset for developing and/or testing new InvenTree features.
!!! warning "Empty Database"
Loading demo data will cause errors if the database is not empty. Run `invoke delete-data` prior to importing the demo dataset if there are records existing in the database!
## Login Details
### Login Details
The default *superuser* login details for the demo dataset are:
@ -21,7 +16,19 @@ The default *superuser* login details for the demo dataset are:
| --- | --- |
| admin | inventree |
## Setup
!!! warning "Database Reset"
The demo databaset resets once per day
## Demo Dataset
The dataset used for the demo instance is [available on GitHub](https://github.com/inventree/demo-dataset).
This dataset can be used to populate an empty database for demonstration purposes, to test and evaluate various InvenTree features.
It may also be useful to developers who need a dataset for developing and/or testing new InvenTree features.
!!! warning "Empty Database"
Loading demo data will cause errors if the database is not empty. Run `invoke delete-data` prior to importing the demo dataset if there are records existing in the database!
Follow these instructions to setup an InvenTree instance with the demo data: