You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

6
5

@@ -19,7 +18,7 @@ Targeted at hosters of version control platforms (such as [Wikifactory](https://
19
18
20
19
This *initial* demonstrator is delivered at month 18 of the [OPENNEXT](https://opennext.eu/) project as part of task 2.2: "Creating a design process facilitation dashboard". It is to establish the foundational, "behind the scenes" infrastructure on which the ambition to facilitate company-community collaboration on open source hardware projects described [below](#background) can be pursued. Future iterations of this tool should allow the community developing an open source hardware product to track the health of their project and if their needs are being met. **Importantly, an instance of the data-mining script and dashboard will be hosted by OPENNEXT partner [Wikifactory](https://wikifactory.com/)**. For the purposes of reviewing OPENNEXT deliverables, there is an **[Executive summary](EXECUTIVE_SUMMARY.md)** available.
21
20
22
-
**Please see the [Install](#install) and [Usage](#usage) sections to get up and running with this tool**. For more details on its background and design considerations, please see the [Background](#background), [Design notes](#design-notes), and [Future work](#future-work) sections.
21
+
**Please see the [Install](#install) and [Usage](#usage) sections to get up and running with this tool**. For more details on its background and design considerations, please see the [Background](#background), [Design notes](#design-notes), and [Future work](#future-work) sections. There is also a detailed [step-by-step walkthrough](docs/usage-example.md).
23
22
24
23
## Table of Contents
25
24
@@ -81,7 +80,7 @@ In addition, this repository aims to follow international standards and good pra
81
80
82
81
## Install
83
82
84
-
*This section assumes knowledge of Python, Git, and using a GNU/Linux-based server including installing software from package managers and running a terminal session*.
83
+
*This section assumes knowledge of Python, Git, and using a GNU/Linux-based server including installing software from package managers and running a terminal session. There is also a detailed [step-by-step walkthrough](docs/usage-example.md)*.
85
84
86
85
**Note:** This software is designed to be deployed on a server by system administrators or developers, not on generic consumer devices.
87
86
@@ -123,7 +122,7 @@ where `[port number]` can be any integer of your choice. The default has been ar
123
122
124
123
## Usage
125
124
126
-
*This section assumes basic knowledge of Python and using a terminal session on a GNU/Linux server*.
125
+
*This section assumes basic knowledge of Python and using a terminal session on a GNU/Linux server. There is also a detailed [step-by-step walkthrough](docs/usage-example.md)*.
127
126
128
127
After following the steps in the [Install](#install) section, change directories into `wp2.2_dev` with this terminal command:
0 commit comments