2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +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

@ -25,18 +25,21 @@
<a href="features" title="InvenTree features" class="md-button md-button">
<span class='fas fa-star'></span> Features
</a>
<a href="demo" title="InvenTree demo" class='md-button'>
<span class='fas fa-desktop'></span> Demo
</a>
<a href="start/intro" title="Install InvenTree" class="md-button md-button">
<span class='fas fa-server'></span> Install
</a>
<a href="https://github.com/inventree/inventree" title="Explore InvenTree source code" class="md-button md-button">
<span class='fab fa-github'></span> Source Code
</a>
<a href="app/app" title="InvenTree mobile app" class="md-button">
<span class='fas fa-mobile-alt'></span> Get the App
<span class='fas fa-mobile-alt'></span> Mobile App
</a>
<a href="https://crowdin.com/project/inventree" title="Help translate InvenTree" class="md-button">
<span class='fas fa-language'></span> Translate
</a>
<a href="https://github.com/inventree/inventree" title="Explore InvenTree source code" class="md-button md-button">
<span class='fab fa-github'></span> Source Code
</a>
</div>
</div>
</div>

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:

View File

@ -44,8 +44,8 @@ extra_javascript:
nav:
- InvenTree:
- Features: features.md
- In Development: upcoming.md
- Release Notes: releases/release_notes.md
- Demo: demo.md
- FAQ: faq.md
- Contribute: contribute.md
- Credits: credits.md
@ -56,7 +56,6 @@ nav:
- Bare Metal Setup: start/install.md
- Updating: start/update.md
- Migrating: start/migrate.md
- Demo Dataset: start/demo.md
- Parts:
- Parts: part/part.md
- Creating Parts: part/create.md