2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Merge pull request #209 from inventree/demo

Add link to demo instance
This commit is contained in:
Oliver 2021-11-06 08:04:00 +11:00 committed by GitHub
commit 5e05a9dc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 18 deletions

View File

@ -25,18 +25,21 @@
<a href="features" title="InvenTree features" class="md-button md-button"> <a href="features" title="InvenTree features" class="md-button md-button">
<span class='fas fa-star'></span> Features <span class='fas fa-star'></span> Features
</a> </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"> <a href="start/intro" title="Install InvenTree" class="md-button md-button">
<span class='fas fa-server'></span> Install <span class='fas fa-server'></span> Install
</a> </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"> <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>
<a href="https://crowdin.com/project/inventree" title="Help translate InvenTree" class="md-button"> <a href="https://crowdin.com/project/inventree" title="Help translate InvenTree" class="md-button">
<span class='fas fa-language'></span> Translate <span class='fas fa-language'></span> Translate
</a> </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> </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. ### Login Details
!!! 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
The default *superuser* login details for the demo dataset are: 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 | | 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: Follow these instructions to setup an InvenTree instance with the demo data:
@ -40,7 +47,7 @@ git clone git@github.com:inventree/demo-dataset.git ~/inventree-data
You will need to configure an *empty* database before importing the data fixtures. You will need to configure an *empty* database before importing the data fixtures.
Follow the [installation instructions](./intro.md) to initialize a database using your backend of choice. Follow the [installation instructions](./start/intro.md) to initialize a database using your backend of choice.
### Configure InvenTree Settings ### Configure InvenTree Settings

View File

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